Skip to content

Commit

Permalink
Update busybox-w32 version
Browse files Browse the repository at this point in the history
this should support fractional sleep now
  • Loading branch information
tkelman committed Jan 20, 2017
1 parent 022a60c commit c4f29fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ endif
chmod a+x ./nsis/makensis.exe
ifeq ($(USE_GPL_LIBS), 1)
cd $(JULIAHOME)/dist-extras && \
$(JLDOWNLOAD) busybox.exe http://frippery.org/files/busybox/busybox-w32-FRP-483-g31277ab.exe && \
$(JLDOWNLOAD) busybox.exe http://frippery.org/files/busybox/busybox-w32-FRP-875-gc6ec14a.exe && \
chmod a+x busybox.exe
endif

Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if [ -z "`which make 2>/dev/null`" ]; then
fi

if ! [ -e usr/bin/busybox.exe ]; then
f=busybox-w32-FRP-483-g31277ab.exe
f=busybox-w32-FRP-875-gc6ec14a.exe
echo "Downloading $f"
$curlflags -o usr/bin/busybox.exe http://frippery.org/files/busybox/$f
fi
Expand Down

0 comments on commit c4f29fd

Please sign in to comment.