diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-03 22:08:30 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-03 22:08:30 +0300 |
commit | 03cef36db68ebdd73c0397da335cf3037d425b94 (patch) | |
tree | 1d42e878ff71664c9a5e9d69a2ac2f60c072a770 /build/ymake.core.conf | |
parent | f1982df1d224cd5feec6e5b09f7cf937729b8225 (diff) | |
download | ydb-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.conf | 5 |
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") { |