Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit 05f2484

Browse files
committed
dev
1 parent ccaeb0a commit 05f2484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ elseif(APPLE AND NOT IOS)
308308
set(CPACK_PACKAGING_INSTALL_PREFIX "/Applications")
309309
set(APP_DEST "${PRODUCT_NAME}/" )
310310
# set(NDILIB_DEST "../Library/Application Support/${PRODUCT_NAME}" )
311-
set(NDILIB_DEST "../usr/local/lib/" )
311+
set(NDILIB_DEST "../Library/Application Support/${PRODUCT_NAME}/" )
312312
set(VST3_DEST "../Library/Audio/Plug-Ins/VST3" )
313313
set(AU_DEST "../Library/Audio/Plug-Ins/Components" )
314314
set(AAX_DEST "../Library/Application Support/Avid/Audio/Plug-Ins")

0 commit comments

Comments
 (0)