aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-08-07 19:55:56 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-08-07 22:20:46 +0300
commit537f5f2697b0c0e92ab728854718a818e87d87a9 (patch)
tree458c41a31aecc0cf059b8b47128b51b438122c47 /build/ymake.core.conf
parentabfeb035349ad478a55795b1a8447a2e58b09d73 (diff)
downloadydb-537f5f2697b0c0e92ab728854718a818e87d87a9.tar.gz
Check AUTOCHECK explicitly when using libeatmydata
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf2
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