aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmingw-w64-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-w64-build b/mingw-w64-build
index 0268255..ba43025 100755
--- a/mingw-w64-build
+++ b/mingw-w64-build
@@ -136,7 +136,7 @@ build_toolchain()
clean_build "$bld/mingw-w64"
echo "configuring mingw-w64-headers" >&3
"../../src/mingw-w64-$v_mingww64/mingw-w64-headers/configure" --build="$build" \
- --host="$host" --prefix="$prefix/$host" --enable-secure-api || error_exit
+ --host="$host" --prefix="$prefix/$host" || error_exit
echo "installing mingw-w64-headers" >&3
make install || error_exit
cd "$prefix" || error_exit