mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 21:57:47 +00:00
[android] only set -std=c99 for mbedtls (#8310)
This commit is contained in:
@@ -55,8 +55,7 @@ check_datetime()
|
||||
EOF
|
||||
|
||||
OPENTHREAD_PROJECT_CFLAGS="-I$PWD -DOPENTHREAD_CONFIG_FILE=\\\"openthread-config-datetime.h\\\" \
|
||||
-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\\\"openthread-core-posix-config.h\\\" \
|
||||
-std=c99" \
|
||||
-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\\\"openthread-core-posix-config.h\\\"" \
|
||||
make showcommands ot-cli
|
||||
grep "$datetime" -ao "out/target/product/generic/system/bin/ot-cli"
|
||||
make clean-ot-cli
|
||||
|
||||
Reference in New Issue
Block a user