mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
Revert "I'm really just throwing everything to the wall and seeing what sticks"
This reverts commit 1a05b027fe
.
This commit is contained in:
parent
e143f22ada
commit
8af35727a6
@ -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_CURRENT_BINARY_DIR})
|
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Link needed libraries
|
# Link needed libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user