Removed -mmacosx-version-min option.

This commit is contained in:
Igor Sysoev
2018-06-28 18:31:27 +03:00
parent 50228b35b6
commit 313da403a5
5 changed files with 1 additions and 30 deletions

View File

@@ -40,8 +40,6 @@ case "$NXT_SYSTEM" in
NXT_SYSTEM_PLATFORM=`uname -m 2>/dev/null`
echo=echo
CC=${CC:-cc}
NXT_TEST_CFLAGS="$NXT_TEST_CFLAGS -mmacosx-version-min=10.6"
;;
AIX)