diff options
author | spreis <spreis@yandex-team.com> | 2024-07-05 08:39:49 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-07-05 08:51:33 +0300 |
commit | d833f02db48b160cc93a60c8f134d35d1a566afa (patch) | |
tree | dc1e16cea7c60b44c96fdd92d7b3e925492d5ebb /build/conf | |
parent | b302d02baa480f92929d60f60ea57c34db23b2dc (diff) | |
download | ydb-d833f02db48b160cc93a60c8f134d35d1a566afa.tar.gz |
Don't add extra dependencies in opensource: there is no Python2 there
e1aebb63b25da4d7857cac24885de1b348b8cda4
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/sysincl.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/conf/sysincl.conf b/build/conf/sysincl.conf index 1697701a27..9690109420 100644 --- a/build/conf/sysincl.conf +++ b/build/conf/sysincl.conf @@ -4,7 +4,6 @@ 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/proto.yml SYSINCL+=build/sysincl/linux.yml SYSINCL+=build/sysincl/windows.yml SYSINCL+=build/sysincl/darwin.yml @@ -43,7 +42,10 @@ otherwise { } when ($OPENSOURCE == "yes") { - SYSINCL += build/sysincl/opensource.yml + SYSINCL+=build/sysincl/opensource.yml +} +otherwise { + SYSINCL+=build/sysincl/proto.yml } when ($MUSL == "yes") { |