mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-20 15:55:45 +01:00
macOS builds: otool -D should not give absolute path of libraries
This commit is contained in:
committed by
Dmitry Vedenko
parent
13533c8bfa
commit
fdd20452ea
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user