From 083cf09108e5a2f5242755ecb0ee75fd18343f4b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 7 Jan 2024 18:37:35 +0100 Subject: [PATCH] YTK: fix installing cocoa/gtk module --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 5d0bdf64a4..fc14a45113 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -392,7 +392,7 @@ cp $BUILD_ROOT/libs/vamp-pyin/libardourvamppyin.dylib $Frameworks # Suil modules (new dir 'build-stack') if test -d $BUILD_ROOT/libs/tk/suil/ ; then - cp $BUILD_ROOT/libs/tk/suil/libsuil_cocoa_in_gtk2 $Frameworks + cp $BUILD_ROOT/libs/tk/suil/libsuil_cocoa_in_gtk2.dylib $Frameworks elif test -d $GTKSTACK_ROOT/lib/suil-0/ ; then cp $GTKSTACK_ROOT/lib/suil-0/lib* $Frameworks fi