diff options
author | AlexSm <alex@ydb.tech> | 2023-12-27 23:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 23:31:58 +0100 |
commit | d67bfb4b4b7549081543e87a31bc6cb5c46ac973 (patch) | |
tree | 8674f2f1570877cb653e7ddcff37ba00288de15a /build/conf/sysincl.conf | |
parent | 1f6bef05ed441c3aa2d565ac792b26cded704ac7 (diff) | |
download | ydb-d67bfb4b4b7549081543e87a31bc6cb5c46ac973.tar.gz |
Import libs 4 (#758)
Diffstat (limited to 'build/conf/sysincl.conf')
-rw-r--r-- | build/conf/sysincl.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/sysincl.conf b/build/conf/sysincl.conf index 933bcc3d73..6b2e9e97a8 100644 --- a/build/conf/sysincl.conf +++ b/build/conf/sysincl.conf @@ -78,3 +78,7 @@ when ($ARCH_RISCV32) { SYSINCL+=build/sysincl/newlib.yml SYSINCL+=build/sysincl/esp-idf.yml } + +when ($USE_ARCADIA_COMPILER_RUNTIME == "no") { + SYSINCL+=build/sysincl/local-compiler-runtime.yml +} |