From d00f36157184e80270bc6b3f4812fc2fca6dc58c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 12 Mar 2021 18:14:28 +0100 Subject: [PATCH] Fix mac-build clearlooks theme-engine gtk looks for a .so file, even on macOS --- 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 a95eb2ecbd..d5ea05cbca 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -308,7 +308,7 @@ GTK_ENGINE_DIR=$Frameworks/gtkengines/engines mkdir -p $GTK_ENGINE_DIR echo "Copying GTK engines ..." -cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.dylib $GTK_ENGINE_DIR +cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.dylib $GTK_ENGINE_DIR/libclearlooks.so # Control Surface shared libraries cp $BUILD_ROOT/libs/surfaces/*/libardour_*.dylib $Surfaces