YTK: fix installing cocoa/gtk module

This commit is contained in:
Robin Gareus
2024-01-07 18:37:35 +01:00
parent 4f5a801209
commit 083cf09108

View File

@@ -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