aboutsummaryrefslogtreecommitdiff
path: root/audio/vst3sdk/files/patch-cmake_modules_SMTG__AddVST3AuV2.cmake
blob: 1fa91e90367684c2c80349fca489521462cee0f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cmake/modules/SMTG_AddVST3AuV2.cmake.orig	2023-03-05 18:19:05 UTC
+++ cmake/modules/SMTG_AddVST3AuV2.cmake
@@ -107,7 +107,7 @@ if (XCODE AND SMTG_COREAUDIO_SDK_PATH)
 		add_custom_command(TARGET ${target} POST_BUILD 
 			COMMAND /bin/mkdir "-p" ${outputdir}/${ARG_BUNDLE_NAME}.component/Contents/Resources
 			COMMAND /bin/rm "-f" "${outputdir}/${ARG_BUNDLE_NAME}.component/Contents/Resources/plugin.vst3"
-			COMMAND /bin/ln "-svfF" "${outputdir}/$<TARGET_FILE_NAME:${ARG_VST3_PLUGIN_TARGET}>.vst3" "${outputdir}/${ARG_BUNDLE_NAME}.component/Contents/Resources/plugin.vst3"
+			COMMAND /bin/ln "-sv" "${outputdir}/$<TARGET_FILE_NAME:${ARG_VST3_PLUGIN_TARGET}>.vst3" "${outputdir}/${ARG_BUNDLE_NAME}.component/Contents/Resources/plugin.vst3"
 			COMMAND /bin/cp "-rpf" "${outputdir}/${ARG_BUNDLE_NAME}.component" "~/Library/Audio/Plug-Ins/Components/"
 		)