1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

macOS builds: otool -D should not give absolute path of libraries

This commit is contained in:
Paul Licameli 2021-05-26 08:29:21 -04:00 committed by Dmitry Vedenko
parent 13533c8bfa
commit fdd20452ea

View File

@ -353,6 +353,8 @@ function( audacity_module_fn NAME SOURCES IMPORT_TARGETS
PROPERTIES PROPERTIES
PREFIX "" PREFIX ""
FOLDER "libraries" # for IDE organization FOLDER "libraries" # for IDE organization
INSTALL_NAME_DIR ""
BUILD_WITH_INSTALL_NAME_DIR YES
) )
endif() endif()