aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.com>2024-10-04 06:11:00 +0300
committerspreis <spreis@yandex-team.com>2024-10-04 06:22:04 +0300
commit4392548f1eb294263b40736ea4749df42cf3bed3 (patch)
treee31ec17a9dbd1846c2e4c1c0a97ac45dc923ccd7 /build
parent7796699c3023cf51eb091fa883190277937d2f7e (diff)
downloadydb-4392548f1eb294263b40736ea4749df42cf3bed3.tar.gz
Enable long path support in Windows build by default
commit_hash:12a5dd8d6457c2c8928295c6949a31c2d36d54dd
Diffstat (limited to 'build')
-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 73550a1a1d..1744d84021 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -5696,7 +5696,7 @@ when (!$TENSORRT_VERSION) {
ANDROID_APK_TEST_ACTIVITY_VALUE=com.yandex.test.unittests/.RunTestsActivity
# tag:windows-specific
-WINDOWS_MANIFEST=
+WINDOWS_MANIFEST=${ARCADIA_ROOT}/build/long-path.manifest
macro WINDOWS_MANIFEST(Manifest) {
SET(WINDOWS_MANIFEST $Manifest)
}