We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62db7d2 commit 4171e05Copy full SHA for 4171e05
2 files changed
build/build_windows.sh
@@ -23,8 +23,6 @@ else
23
_arch="x86_64-w64-mingw32"
24
fi
25
26
-sudo mv /usr/i686-w64-mingw32/include/pthread.h /usr/i686-w64-mingw32/include/pthread.h_disabled
27
-
28
# Download openssl
29
#-----------------------------------------------------------------------------
30
if [ ! -d openssl-${openssl} ]; then
build/windows/Makefile
@@ -43,7 +43,7 @@ COMMON_FLAGS := CC=$(CC) \
43
CXX=$(CXX) \
44
RANLIB=$(RANLIB) \
45
EXTRA_CFLAGS="$(CFLAGS)" \
46
- EXTRA_LFLAGS="$(LFLAGS)" \
+ EXTRA_LFLAGS="$(LFLAGS) -static" \
47
LIBS="$(LIBS)" \
48
SYSROOT=$(SYSROOT) \
49
SYSROOT_ALT= \
0 commit comments