diff options
-rwxr-xr-x | mingw-w64-build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index 82f7e70..bff72c4 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -36,10 +36,6 @@ ENABLE_THREADS="--enable-threads=posix" JOB_COUNT=$(($(getconf _NPROCESSORS_ONLN) + 2)) -BUILD_I586=0 -BUILD_I686=0 -BUILD_X86_64=0 - LINKED_RUNTIME="msvcrt" show_help() |