Skip to content

Commit

Permalink
Fix Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhart committed Jul 25, 2016
1 parent 18eaeff commit acc6547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if on_windows
if Int == Int32
download_dll("http://nemocas.org/binaries/w32-libmpfr-4.dll", joinpath(vdir, "lib", "libmpfr-4.dll"))
else
download_dll("http://nemocas.org/binaries/w64-msys-mpfr-4.dll", joinpath(vdir, "lib", "msys-mpfr-4.dll"))
download_dll("http://nemocas.org/binaries/w64-libmpfr-4.dll", joinpath(vdir, "lib", "libmpfr-4.dll"))
end
else
run(`tar -xvf mpfr-3.1.4.tar.bz2`)
Expand Down
2 changes: 1 addition & 1 deletion windows_build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
wget http://mpir.org/mpir-2.7.2.tar.bz2
tar -xvf mpir-2.7.2.tar.bz2
cd mpir-2.7.2
./configure --enable-shared --disable-static --enable-gmpcompat --build=core2-pc-mingw64 LDFLAGS=-static-libgcc ABI=32
./configure --enable-shared --disable-static --enable-gmpcompat --build=core2-w64-mingw64 LDFLAGS=-static-libgcc ABI=32
make -j
cd ..
wget http://www.mpfr.org/mpfr-current/mpfr-3.1.4.tar.bz2
Expand Down

0 comments on commit acc6547

Please sign in to comment.