Skip to content

Commit 522c3f0

Browse files
committed
disable more copying of libs...
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45836 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent 677212e commit 522c3f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vice/src/arch/shared/make-bindist_osx.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,16 @@ if [ "$UI_TYPE" = "SDL2" ]; then
347347
cp "$TOP_DIR/src/arch/sdl/macOS-ui-runtime.sh" "$APP_BIN/ui-runtime.sh"
348348
# FIXME
349349
# copy_lib_recursively $DEPS_PREFIX/lib/libjxl_cms.*.dylib
350-
copy_lib_recursively $DEPS_PREFIX/lib/libsharpyuv.*.dylib
350+
# FIXME
351+
# copy_lib_recursively $DEPS_PREFIX/lib/libsharpyuv.*.dylib
351352
elif [ "$UI_TYPE" = "GTK3" ]; then
352353
cp "$TOP_DIR/src/arch/gtk3/macOS-ui-runtime.sh" "$APP_BIN/ui-runtime.sh"
353354

354355
# Gtk runtime stuff
355356
# FIXME
356357
# cp -r $DEPS_PREFIX/lib/gdk-pixbuf-2.0 $APP_LIB
357-
cp -r $DEPS_PREFIX/lib/gtk-3.0 $APP_LIB
358+
# FIXME
359+
# cp -r $DEPS_PREFIX/lib/gtk-3.0 $APP_LIB
358360
cp -r $DEPS_PREFIX/etc/gtk-3.0 $APP_ETC
359361
cp -r $DEPS_PREFIX/share/glib-2.0 $APP_SHARE
360362

0 commit comments

Comments
 (0)