diff options
author | AlexSm <alex@ydb.tech> | 2024-01-18 11:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 11:28:56 +0100 |
commit | 9d0a3761b3201e0d9db879a7adf91876ebdb0564 (patch) | |
tree | 541d11ac878c18efd7ebca81e35112aa0fef995b /build/conf/sysincl.conf | |
parent | 404ef8886ecc9736bc58ade6da2fbd83b486a408 (diff) | |
download | ydb-9d0a3761b3201e0d9db879a7adf91876ebdb0564.tar.gz |
Library import 8 (#1074)
* Library import 8
* Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
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 6b2e9e97a8..0603fcdc4b 100644 --- a/build/conf/sysincl.conf +++ b/build/conf/sysincl.conf @@ -82,3 +82,7 @@ when ($ARCH_RISCV32) { when ($USE_ARCADIA_COMPILER_RUNTIME == "no") { SYSINCL+=build/sysincl/local-compiler-runtime.yml } + +when ($OS_EMSCRIPTEN) { + SYSINCL+=build/sysincl/emscripten.yml +} |