File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
351352elif [ " $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
You can’t perform that action at this time.
0 commit comments