mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
Fix MINGW_SECURE_API test
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
16e703a4e5
commit
9a91220aa2
@ -40,10 +40,9 @@ do_libc_start_files() {
|
||||
:) ;;
|
||||
esac
|
||||
|
||||
case "${CT_MINGW_SECURE_API}" in
|
||||
:y) sdk_opts+=( "--enable-secure-api" );;
|
||||
:) ;;
|
||||
esac
|
||||
if [ "${CT_MINGW_SECURE_API}" = "y" ]; then
|
||||
sdk_opts+=( "--enable-secure-api" )
|
||||
fi
|
||||
|
||||
CT_mkdir_pushd "${CT_BUILD_DIR}/build-mingw-w64-headers"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user