diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-11 14:01:56 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:25:55 +0000 |
commit | 13541f11ba4a095d131c08643b0332968e8bbada (patch) | |
tree | e660668cb2bba7858dabcc11d34359ddeb994df0 /build/conf | |
parent | a42a78eb28fae449efc0badec59fff55046e67a8 (diff) | |
download | ydb-13541f11ba4a095d131c08643b0332968e8bbada.tar.gz |
Separate libstdcxx-specific sysincls into dedicated file
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/sysincl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/sysincl.conf b/build/conf/sysincl.conf index 0603fcdc4b..65235fa40b 100644 --- a/build/conf/sysincl.conf +++ b/build/conf/sysincl.conf @@ -2,6 +2,7 @@ SYSINCL= SYSINCL+=build/sysincl/macro.yml SYSINCL+=build/sysincl/libc-to-compat.yml SYSINCL+=build/sysincl/libc-to-nothing.yml +SYSINCL+=build/sysincl/stl-to-libstdcxx.yml SYSINCL+=build/sysincl/stl-to-nothing.yml SYSINCL+=build/sysincl/linux.yml SYSINCL+=build/sysincl/windows.yml |