Revision: 45446
http://sourceforge.net/p/vice-emu/code/45446
Author: dqh
Date: 2025-01-01 21:55:24 +0000 (Wed, 01 Jan 2025)
Log Message:
-----------
Update macOS bindist for latest GTK3
Modified Paths:
--------------
trunk/vice/src/arch/shared/make-bindist_osx.sh
Modified: trunk/vice/src/arch/shared/make-bindist_osx.sh
===================================================================
--- trunk/vice/src/arch/shared/make-bindist_osx.sh 2025-01-01 21:21:39 UTC (rev 45445)
+++ trunk/vice/src/arch/shared/make-bindist_osx.sh 2025-01-01 21:55:24 UTC (rev 45446)
@@ -45,8 +45,10 @@
GTK_UPDATE_ICON_CACHE=gtk-update-icon-cache-3.0
elif which gtk3-update-icon-cache >/dev/null; then
GTK_UPDATE_ICON_CACHE=gtk3-update-icon-cache
+elif which gtk-update-icon-cache >/dev/null; then
+ GTK_UPDATE_ICON_CACHE=gtk-update-icon-cache
else
- >&2 echo "ERROR: Could not find gtk-update-icon-cache-3.0 or gtk3-update-icon-cache"
+ >&2 echo "ERROR: Could not find gtk-update-icon-cache-3.0, gtk3-update-icon-cache, nor gtk-update-icon-cache."
exit 1
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|