Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
Update windows build script
Browse files Browse the repository at this point in the history
  • Loading branch information
biilmann committed Jul 25, 2015
1 parent 3ad1e40 commit 370eafa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-build/toolchains/build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ if [ ! -f /usr/local/bin/windres ]; then
ln -s /usr/bin/x86_64-w64-mingw32-windres /usr/local/bin/windres
fi

if [ ! -d /deps/openssl-1.0.2c ]; then
if [ ! -d /deps/openssl-1.0.2d ]; then
cd /deps
wget https://www.openssl.org/source/openssl-1.0.2c.tar.gz
tar zxvf openssl-1.0.2c.tar.gz
cd openssl-1.0.2c
wget https://www.openssl.org/source/openssl-1.0.2d.tar.gz
tar zxvf openssl-1.0.2d.tar.gz
cd openssl-1.0.2d
CC=x86_64-w64-mingw32-gcc HOST=x86_64-w64-mingw32 INCLUDE=/usr/x86_64-w64-mingw32/include LIB=/usr/x86_64-w64-mingw32/lib ./Configure --prefix=/usr/x86_64-w64-mingw32 mingw64
make
make install
Expand Down

0 comments on commit 370eafa

Please sign in to comment.