Fix rebuild warning about unknown option on msvc
cl : Command line warning D9002 : ignoring unknown option '-std=c11'
This commit is contained in:
committed by
Josh Tynjala
parent
6f2f88ca74
commit
70e55b1fa5
@@ -2,7 +2,7 @@
|
||||
|
||||
<files id="native-toolkit-mbedtls">
|
||||
|
||||
<compilerflag value="-std=c11" />
|
||||
<compilerflag value="-std=c11" unless="isMsvc" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/mbedtls/include/" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/zlib/" />
|
||||
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/aes.c" />
|
||||
|
||||
Reference in New Issue
Block a user