diff --git a/tools/osx/make-app-bundle b/tools/osx/make-app-bundle old mode 100755 new mode 100644 index 25ee1013e..7b2351488 --- a/tools/osx/make-app-bundle +++ b/tools/osx/make-app-bundle @@ -88,6 +88,8 @@ cp tools/osx/start ${MACOS} echo "Recursively copying libraries referenced by executable..." checkLink "${MACOS}/${EXECUTABLE}" +ADDITIONAL_LIB=`find /opt/local/lib /usr/lib -name "gdk-pixbuf-2.0"` +cp -R ${ADDITIONAL_LIB} ${LIB} #Make a .dmg for distribution and delete the .app echo "Creating distribution .dmg..."