Skip to content

Commit

Permalink
I'm really just throwing everything to the wall and seeing what sticks
Browse files Browse the repository at this point in the history
  • Loading branch information
jadebenn committed Apr 6, 2024
1 parent cc15a26 commit 1a05b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dCommonTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ add_custom_command(TARGET dCommonTests POST_BUILD
COMMAND otool ARGS -D libmariadbcpp.dylib
COMMAND install_name_tool ARGS -change libmariadbcpp.dylib @rpath/libmariadbcpp.dylib dCommonTests
COMMAND otool ARGS -L dCommonTests
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
endif()

# Link needed libraries
Expand Down

0 comments on commit 1a05b02

Please sign in to comment.