Skip to content
Snippets Groups Projects
Commit 4d25dc0a authored by Paul Oppenheim's avatar Paul Oppenheim
Browse files

trivial fix for broken mac build.

parent 78f95ee9
Branches
Tags
No related merge requests found
...@@ -1293,7 +1293,7 @@ if (FMOD) ...@@ -1293,7 +1293,7 @@ if (FMOD)
PROPERTIES PROPERTIES
BUILD_WITH_INSTALL_RPATH 1 BUILD_WITH_INSTALL_RPATH 1
INSTALL_NAME_DIR "@executable_path/../Resources" INSTALL_NAME_DIR "@executable_path/../Resources"
LINK_FLAGS "-unexported_symbols_list ../newview/fmod_hidden_symbols.exp" LINK_FLAGS "-unexported_symbols_list ${CMAKE_CURRENT_SOURCE_DIR}/fmod_hidden_symbols.exp"
) )
endif (DARWIN) endif (DARWIN)
set(FMODWRAPPER_LIBRARY fmodwrapper) set(FMODWRAPPER_LIBRARY fmodwrapper)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment