Skip to content

Commit

Permalink
Also link -lgdi32 on Windows, because OpenSSL requires it!
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Dec 13, 2015
1 parent c23517a commit d5f6f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/mingw/configure.sh
Expand Up @@ -35,7 +35,7 @@ if ! ./configure "$@" --host=$target \
--with-ssl-lib="${DEP_PATH}/lib" \
CFLAGS="-mthreads" \
CXXFLAGS="-mthreads" \
LDFLAGS="-Wl,-Bstatic -mthreads -L${LIBZ_PATH}"
LDFLAGS="-Wl,-Bstatic -mthreads -L${LIBZ_PATH} -lgdi32"
then
echo "Error: configure failed, aborting." >&2
exit 1
Expand Down

0 comments on commit d5f6f76

Please sign in to comment.