Skip to content
Snippets Groups Projects
Commit 710ce27c authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

Pick up our libraries on Darwin.

parent 05101030
No related branches found
No related tags found
No related merge requests found
...@@ -155,7 +155,7 @@ endif (LINUX) ...@@ -155,7 +155,7 @@ endif (LINUX)
if (DARWIN) if (DARWIN)
add_definitions(-DLL_DARWIN=1) add_definitions(-DLL_DARWIN=1)
set(CMAKE_LD_FLAGS "-headerpad_max_install_names") set(CMAKE_LD_FLAGS "-headerpad_max_install_names -search_paths_first")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mlong-branch") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mlong-branch")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mlong-branch") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mlong-branch")
endif (DARWIN) endif (DARWIN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment