diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-07 19:55:56 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-07 22:20:46 +0300 |
commit | 537f5f2697b0c0e92ab728854718a818e87d87a9 (patch) | |
tree | 458c41a31aecc0cf059b8b47128b51b438122c47 /build/ymake.core.conf | |
parent | abfeb035349ad478a55795b1a8447a2e58b09d73 (diff) | |
download | ydb-537f5f2697b0c0e92ab728854718a818e87d87a9.tar.gz |
Check AUTOCHECK explicitly when using libeatmydata
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index e2ec86ddd7..8bcea92163 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -736,7 +736,7 @@ when ($COMMON_LINK_SETTINGS == "yes") { NOPLATFORM=yes } - when (($USE_EAT_MY_DATA == "yes") && ($WIN32 != "yes") && ($DARWIN != "yes") && ($OS_ANDROID != "yes") && ($OS_IOS != "yes")) { + when ($AUTOCHECK == "yes" && $OS_LINUX == "yes") { PEERDIR+=contrib/libs/libeatmydata # We can not use LICENSE_RESTRICTION_EXCEPTIONS() macro inside a trigger. # Duplicate its implementation here |