Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Purge sys.{dll,so,dylib} in make dist
Browse files Browse the repository at this point in the history
staticfloat committed Feb 8, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a5cbd73 commit 86c4402
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -261,6 +261,9 @@ else ifeq ($(OS), WINNT)
-cat ./contrib/windows/juliarc.jl >> $(DESTDIR)$(prefix)/etc/julia/juliarc.jl
endif

# purge sys.{dll,so,dylib} as that file is not relocatable across processor architectures
-rm -f julia-$(JULIA_COMMIT)/$(private_libdir)/sys.$(SHLIB_EXT)

ifeq ($(OS), WINNT)
[ ! -d dist-extras ] || ( cd dist-extras && \
cp 7z.exe 7z.dll libexpat-1.dll zlib1.dll ../$(bindir) && \

0 comments on commit 86c4402

Please sign in to comment.