1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-09 16:05:58 +03:00

Install ld64.sold symlink

Signed-off-by: Ruoyu Zhong <zhongruoyu@outlook.com>
This commit is contained in:
Ruoyu Zhong 2022-12-12 21:27:25 +08:00
parent 56c56cc450
commit a18fe8bccf
No known key found for this signature in database
GPG Key ID: 42F3B7E577C2156A

View File

@ -439,5 +439,7 @@ if(NOT CMAKE_SKIP_INSTALL_RULES)
${CMAKE_INSTALL_BINDIR}/ld64.mold)
mold_install_relative_symlink(${CMAKE_INSTALL_BINDIR}/mold
${CMAKE_INSTALL_BINDIR}/ld.sold)
mold_install_relative_symlink(${CMAKE_INSTALL_BINDIR}/mold
${CMAKE_INSTALL_BINDIR}/ld64.sold)
endif()
endif()