summaryrefslogtreecommitdiffstats
path: root/Necessitas_SDK/build_sdk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Necessitas_SDK/build_sdk.sh')
-rwxr-xr-xNecessitas_SDK/build_sdk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Necessitas_SDK/build_sdk.sh b/Necessitas_SDK/build_sdk.sh
index 3cbd2c3..e6c6f5e 100755
--- a/Necessitas_SDK/build_sdk.sh
+++ b/Necessitas_SDK/build_sdk.sh
@@ -82,8 +82,8 @@ EXE_EXT=""
export PYTHONHOME=""
if [ "$OSTYPE" = "msys" ] ; then
- HOST_CFG_OPTIONS=" -platform win32-g++ -reduce-exports -ms-bitfields -prefix . "
- HOST_QM_CFG_OPTIONS="CONFIG+=ms_bitfields CONFIG+=static_gcclibs"
+ HOST_CFG_OPTIONS=" -platform win32-g++ -reduce-exports -ms-bitfields -tools-fully-static -prefix . "
+ HOST_QM_CFG_OPTIONS="CONFIG+=ms_bitfields CONFIG+=static_clibs"
HOST_TAG=windows
HOST_TAG_NDK=windows
EXE_EXT=.exe