mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +00:00
I'm really just throwing everything to the wall and seeing what sticks
This commit is contained in:
parent
cc15a26ce8
commit
1a05b027fe
@ -28,7 +28,7 @@ add_custom_command(TARGET dCommonTests POST_BUILD
|
|||||||
COMMAND otool ARGS -D libmariadbcpp.dylib
|
COMMAND otool ARGS -D libmariadbcpp.dylib
|
||||||
COMMAND install_name_tool ARGS -change libmariadbcpp.dylib @rpath/libmariadbcpp.dylib dCommonTests
|
COMMAND install_name_tool ARGS -change libmariadbcpp.dylib @rpath/libmariadbcpp.dylib dCommonTests
|
||||||
COMMAND otool ARGS -L dCommonTests
|
COMMAND otool ARGS -L dCommonTests
|
||||||
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Link needed libraries
|
# Link needed libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user