Fix rebuild warning about unknown option on msvc

cl : Command line warning D9002 : ignoring unknown option '-std=c11'
This commit is contained in:
Tobiasz Laskowski
2025-03-10 20:25:45 +00:00
committed by Josh Tynjala
parent 6f2f88ca74
commit 70e55b1fa5

View File

@@ -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" />