Skip to content

Commit

Permalink
Improve repeated building of Textadept.app on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Jan 12, 2022
1 parent af01f80 commit 9fcb8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -322,7 +322,7 @@ osx-app: ../textadept ../textadept-curses ../scripts/osx/textadept_osx
$(call archive,$(osxapp_res))
cp -rL ../docs ../lexers $(osxapp_res)
mv $(osxapp_res)/core/images/textadept.icns $(osxapp_res)/
cp -r gtkosx/etc gtkosx/share $(osxapp_res)/ && mkdir $(osxapp_res)/lib/
cp -r gtkosx/etc gtkosx/share $(osxapp_res)/ && mkdir -p $(osxapp_res)/lib/
cp -r $(addprefix gtkosx/lib/, $(osxapp_libs)) $(osxapp_res)/lib/
rm -r $(osxapp_res)/lib/gtk-2.0/include $(osxapp_res)/lib/gtk-2.0/modules
rm $(osxapp_res)/lib/gtk-2.0/2.10.0/printbackends/*
Expand Down

0 comments on commit 9fcb8de

Please sign in to comment.