aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-08-03 22:08:30 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-08-03 22:08:30 +0300
commit03cef36db68ebdd73c0397da335cf3037d425b94 (patch)
tree1d42e878ff71664c9a5e9d69a2ac2f60c072a770 /build/ymake.core.conf
parentf1982df1d224cd5feec6e5b09f7cf937729b8225 (diff)
downloadydb-03cef36db68ebdd73c0397da335cf3037d425b94.tar.gz
Get rid of a hacky contrib/libs/libeatmydata/autocheck_wrapper
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 148f5d3729..366c1bbc85 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -1334,7 +1334,10 @@ when ($COMMON_LINK_SETTINGS == "yes") {
}
when (($USE_EAT_MY_DATA == "yes") && ($WIN32 != "yes") && ($DARWIN != "yes") && ($OS_ANDROID != "yes") && ($OS_IOS != "yes")) {
- PEERDIR+=contrib/libs/libeatmydata/autocheck_wrapper
+ PEERDIR+=contrib/libs/libeatmydata
+ # We can not use LICENSE_RESTRICTION_EXCEPTIONS() macro inside a trigger.
+ # Duplicate its implementation here
+ MODULE_LICENSES_RESTRICTION_EXCEPTIONS+=contrib/libs/libeatmydata
}
when ($USE_ARCADIA_LIBM == "yes") {