mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix mac-build clearlooks theme-engine
gtk looks for a .so file, even on macOS
This commit is contained in:
parent
5a20cf56b9
commit
d00f361571
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue