We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bba0aa commit 3bcedb2Copy full SHA for 3bcedb2
contrib/mac/framework/Makefile
@@ -142,7 +142,6 @@ endif
142
143
# cleanup unnecessary install outputs
144
rm $(DESTDIR)$(datarootdir)/julia/startup.jl
145
- -rm $(DESTDIR)$(datarootdir)/julia/build_sysimg.jl
146
rm -rf $(DESTDIR)$(datarootdir)/icons $(DESTDIR)$(datarootdir)/applications $(DESTDIR)$(datarootdir)/appdata
147
find $(DESTDIR)$(prefix)/$(framework_directory) \( -name '.DS_Store' -o -name '.gitignore' -o -name Makefile -o -name .travis.yml -o -name .codecov.yml \) -delete
148
0 commit comments