diff options
author | spreis <spreis@yandex-team.com> | 2024-06-14 06:33:19 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-06-14 06:47:39 +0300 |
commit | cbaf9cb961ea53644929a396c6e9955b1332cf04 (patch) | |
tree | 120602c3d96cfee20210039a740ce50fbccfe707 | |
parent | 922c913085503c086ca720c47d8a0d17b75cd4e6 (diff) | |
download | ydb-cbaf9cb961ea53644929a396c6e9955b1332cf04.tar.gz |
Use same wine peerdir on Windows target regardless of host
d066598700eb4325890c037c8db5dd1ad1f248a8
-rwxr-xr-x | build/ymake_conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py index be7a776826..14d3a48a70 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -1926,8 +1926,7 @@ class MSVCToolchain(MSVC, Toolchain): if self.tc.from_arcadia and not self.tc.ide_msvs: self.platform_projects.append('build/internal/platform/msvc') - if tc.under_wine_compiler or tc.under_wine_tools: - self.platform_projects.append('build/platform/wine') + self.platform_projects.append('build/platform/wine') def print_toolchain(self): super(MSVCToolchain, self).print_toolchain() |