[core] Fix compilation and linking on Linux

This commit is contained in:
Kuba Szczodrzyński
2022-07-01 12:47:32 +02:00
parent a83959ab5f
commit a9415c1db7
2 changed files with 16 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ env.Append(
("LT_HAS_MBEDTLS", "1"),
# SDK options
("CFG_OS_FREERTOS", "1"),
("MBEDTLS_CONFIG_FILE", "<tls_config.h>"),
("MBEDTLS_CONFIG_FILE", r"\"tls_config.h\""),
("WIFI_BLE_COEXIST", "1"),
("WOLFSSL_BEKEN", env.Cfg("CFG_WPA3")),
# LwIP options