From ecff753d219dfe46cf9a8ea7da369c68c29a68ff Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 25 Feb 2022 12:58:03 -0500 Subject: Remove symlinked files from macOS archive. This was done previously, but got lost in the Makefile refactor. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 8cd35b17..3d32a86a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -407,7 +407,7 @@ $(osx_dir): $(osx_exes) mv $@/$(osxapp_res)/core/images/textadept.icns $@/$(osxapp_res) cp -r $(addprefix gtkosx/, etc lib share) $@/$(osxapp_res) rm -r $(addprefix $@/$(osxapp_res)/lib/, libffi-3.0.10 libgail* libjpeg* libtiff* pkgconfig) - # TODO: remove symlinks too + find $@/$(osxapp_res)/lib -type l -delete rm -r $(addprefix $@/$(osxapp_res)/lib/gtk-2.0/, include modules 2.10.0/printbackends) $(osx_dir).zip: $(osx_dir) ; zip -r $<.zip $< && rm -r $< -- cgit v1.2.3