Skip to content

Commit

Permalink
Remove sys.dll on windows when running make dist, until related iss…
Browse files Browse the repository at this point in the history
…ues are solved (#8895, among others)
  • Loading branch information
staticfloat committed Nov 23, 2014
1 parent 7d41d6e commit c9da7cb
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
Expand Up @@ -350,6 +350,9 @@ ifeq ($(JULIA_CPU_TARGET), native)
endif

ifeq ($(OS), WINNT)
# If we are running on WINNT, also delete sys.dll until it stops causing issues (#8895, among others)
-rm -f $(DESTDIR)$(private_libdir)/sys.$(SHLIB_EXT)

[ ! -d dist-extras ] || ( cd dist-extras && \
cp 7z.exe 7z.dll libexpat-1.dll zlib1.dll $(bindir) && \
mkdir $(DESTDIR)$(prefix)/Git && \
Expand Down

0 comments on commit c9da7cb

Please sign in to comment.