diff --git a/components/curl/package.yaml b/components/curl/package.yaml index e22dbe0e51c1f513199743c6e293895e797a3913..19c0f8dc29db3043ae4a03a516575f810f0316c3 100644 --- a/components/curl/package.yaml +++ b/components/curl/package.yaml @@ -40,6 +40,8 @@ depends: build_config: include: - include + + internal_include: - ./lib - ./src define: # <可选项> 宏定义, 增加编译器的-D 选项,如: diff --git a/components/mbedtls/platform/include/platform_config.h b/components/mbedtls/platform/include/platform_config.h index 01c84a58459036ee2f68c70cdda02e10cbe1cee6..a0e5e1285ad03bc540dd7f59f696c2de7acf4c2c 100755 --- a/components/mbedtls/platform/include/platform_config.h +++ b/components/mbedtls/platform/include/platform_config.h @@ -7,7 +7,7 @@ #include "config_yoc_alicoap.h" #elif defined(CONFIG_CLOUDIO_ALIMQTT) #include "config_yoc_alimqtt.h" -#elif defined(CONFIG_USING_TLS) +#elif defined(CONFIG_USING_YOC_TLS) #include "config_yoc_tls.h" #elif defined(CONFIG_USING_YOC_BASE) #include "config_yoc_base.h"