diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-18 13:34:23 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-18 14:04:30 +0300 |
commit | f9c6de928b8fc9f18206ef247aeb56127adb3107 (patch) | |
tree | 7e10df929e44296769455f5e9f2c48e03733991b /build/conf/sysincl.conf | |
parent | 5a92b71af7de6553080153a01c343e6859ce93fc (diff) | |
download | ydb-f9c6de928b8fc9f18206ef247aeb56127adb3107.tar.gz |
Use swig from Arcadia
Diffstat (limited to 'build/conf/sysincl.conf')
-rw-r--r-- | build/conf/sysincl.conf | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/build/conf/sysincl.conf b/build/conf/sysincl.conf index 1c0573ed6b..657ad1b01d 100644 --- a/build/conf/sysincl.conf +++ b/build/conf/sysincl.conf @@ -12,12 +12,8 @@ SYSINCL+=build/sysincl/nvidia.yml SYSINCL+=build/sysincl/misc.yml SYSINCL+=build/sysincl/unsorted.yml -when ($USE_LOCAL_SWIG != "no") { - SYSINCL+=build/sysincl/swig-to-nothing.yml -} -otherwise { - SYSINCL+=build/sysincl/swig.yml -} +# FIXME: Make SWIG_IMPLICIT_INCLUDES more granular and get rid of swig.yml +SYSINCL+=build/sysincl/swig.yml when ($USE_SYSTEM_JDK) { SYSINCL+=build/sysincl/system-jdk.yml |