mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
Merge pull request #678 from stilor/fix-secure-api
Fix MINGW_SECURE_API test
This commit is contained in:
commit
ee7662fa58
@ -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…
Reference in New Issue
Block a user