git repos / docker_mxe

commit a5dd457e

sago007 · 2018-02-06 18:36
a5dd457eeea81e4aea02d6a734de604723c22e71 patch · browse files
parent a664f198777a1d2b5443e76bf28f6d7b71973964

Always use CURL when compiling OpenArena for Windows

Changed files

M mxe_openarena_builder/engine_compile_script.sh before
diff --git a/mxe_openarena_builder/engine_compile_script.sh b/mxe_openarena_builder/engine_compile_script.sh index 94023ac..97ec42b 100755 --- a/mxe_openarena_builder/engine_compile_script.sh +++ b/mxe_openarena_builder/engine_compile_script.sh
@@ -20,7 +20,7 @@ mkdir $STAGING_DIR
#mv /staging/engine/build/release-linux-x86_64/renderer_*_x86_64.so $STAGING_DIR/
#Windows version does not work at the moment
cd /staging/engine
-PLATFORM=mingw32 ARCH=x86 CC=i686-w64-mingw32.static-gcc WINDRES=i686-w64-mingw32.static-windres LD=i686-w64-mingw32.static-ld PKG_CONFIG_PATH=/usr/lib/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/ make USE_CODEC_XMP=0
+PLATFORM=mingw32 ARCH=x86 CC=i686-w64-mingw32.static-gcc WINDRES=i686-w64-mingw32.static-windres LD=i686-w64-mingw32.static-ld PKG_CONFIG_PATH=/usr/lib/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/ make USE_CODEC_XMP=0 USE_CURL=1
mv /staging/engine/build/release-mingw32-x86/*.exe $STAGING_DIR/
cd /staging
zip -r $VERSION_ID $VERSION_ID