Skip to content

Commit

Permalink
Remove -no-undefined flag for cmt and veal libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Sep 8, 2023
1 parent 8fda51b commit a9cb144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/LadspaEffect/calf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ if(LMMS_BUILD_WIN32)
)
endif()
IF(NOT LMMS_BUILD_APPLE AND NOT LMMS_BUILD_OPENBSD)
target_link_libraries(veal PRIVATE -shared -Wl,-no-undefined)
target_link_libraries(veal PRIVATE -shared)
ENDIF()
2 changes: 1 addition & 1 deletion plugins/LadspaEffect/cmt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ if(NOT LMMS_BUILD_WIN32)
endif()

IF(NOT LMMS_BUILD_APPLE AND NOT LMMS_BUILD_OPENBSD)
target_link_libraries(cmt -shared -Wl,-no-undefined)
target_link_libraries(cmt PRIVATE -shared)
ENDIF()

0 comments on commit a9cb144

Please sign in to comment.