diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-06-23 19:28:07 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-06-23 19:28:07 +0300 |
commit | b6a90a9443bd7fa2dda965743992de7d0e70e4d4 (patch) | |
tree | 5c1d56032a03ca08de6ea1bcd9bd6864d646a185 /build | |
parent | 6edaabb20320ec7e41b01e5a398012774ea409cd (diff) | |
download | ydb-b6a90a9443bd7fa2dda965743992de7d0e70e4d4.tar.gz |
Intermediate changes
Diffstat (limited to 'build')
-rw-r--r-- | build/sysincl/macro.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index a1711dfbfe..9644421492 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -900,7 +900,8 @@ - source_filter: "^contrib/libs/esp-idf" includes: - - MBEDTLS_CONFIG_FILE: contrib/libs/esp-idf/components/mbedtls/port/include/mbedtls/esp_config.h + - LWIP_HOOK_FILENAME: contrib/libs/esp-idf/components/lwip/port/esp32/include/lwip_default_hooks.h + - MBEDTLS_CONFIG_FILE: contrib/libs/esp-idf/components/mbedtls/port/include/mbedtls/esp_config.h - source_filter: "^contrib/libs/sparsehash/src/sparsehash" includes: |