Skip to content

Commit

Permalink
don't extract nightly pcre_h.jl on windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
malmaud committed May 29, 2015
1 parent afa1404 commit 5b9b59f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/windows/msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ for i in bin/*.dll Git/bin/msys-1.0.dll Git/bin/msys-perl5_8.dll Git/bin/*.exe;
$SEVENZIP e -y julia-installer.exe "\$_OUTDIR/$i" \
-ousr\\`dirname $i | sed -e 's|/julia||' -e 's|/|\\\\|g'` >> get-deps.log
done
for i in share/julia/base/pcre_h.jl; do
$SEVENZIP e -y julia-installer.exe "\$_OUTDIR/$i" -obase >> get-deps.log
done
sed -i 's/int32/Int32/g' base/pcre_h.jl
# for i in share/julia/base/pcre_h.jl; do
# $SEVENZIP e -y julia-installer.exe "\$_OUTDIR/$i" -obase >> get-deps.log
# done
# sed -i 's/int32/Int32/g' base/pcre_h.jl
# suppress "bash.exe: warning: could not find /tmp, please create!"
mkdir -p usr/Git/tmp
# Remove libjulia.dll if it was copied from downloaded binary
Expand Down

0 comments on commit 5b9b59f

Please sign in to comment.