this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #555 from magiruuvelvet/cmake-fix

cmake: make sure the correct linker is used

authored by

Andrew Hyatt and committed by
GitHub
3658fd03 c46e00a4

+5
+5
cmake/use_ld64.cmake
··· 1 1 FUNCTION(use_ld64 target) 2 2 set_property(TARGET ${target} APPEND_STRING PROPERTY 3 + COMPILE_FLAGS " -fuse-ld=${CMAKE_BINARY_DIR}/src/external/cctools-port/cctools/ld64/src/x86_64-apple-darwin11-ld ") 4 + set_property(TARGET ${target} APPEND_STRING PROPERTY 5 + LINK_FLAGS " -fuse-ld=${CMAKE_BINARY_DIR}/src/external/cctools-port/cctools/ld64/src/x86_64-apple-darwin11-ld ") 6 + 7 + set_property(TARGET ${target} APPEND_STRING PROPERTY 3 8 LINK_FLAGS " -B ${CMAKE_BINARY_DIR}/src/external/cctools-port/cctools/ld64/src/ \ 4 9 -B ${CMAKE_BINARY_DIR}/src/external/cctools-port/cctools/misc/ \ 5 10 -target x86_64-apple-darwin11 -Wl,-Z \