Skip to content

Commit

Permalink
fix int32->Int32 in pcre_h.jl on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Mar 9, 2015
1 parent 700abd2 commit 3032854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/windows/msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ 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
# 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 3032854

Please sign in to comment.