diff options
author | anlizev <[email protected]> | 2022-02-10 16:51:50 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:50 +0300 |
commit | 82a39bc3e482da22f9fdbab5307d34089dfa9f2e (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 69ee42ea2ac82bfe388c49c82f0a42d534f62f32 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-rw-r--r-- | build/ymake.core.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 363f98a0494..081833998b8 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -9007,13 +9007,13 @@ ANDROID_APK_TEST_ACTIVITY_VALUE=com.yandex.test.unittests/.RunTestsActivity MAVEN_BIN=$MAVEN_RESOURCE_GLOBAL/bin -when ($QT_REQUIRED) { - QT_BIN=${HOST_QT_RESOURCE_GLOBAL}/bin -} -when ($OPENGL_REQUIRED) { - OPENGL_VERSION=18.0.5 -} - +when ($QT_REQUIRED) { + QT_BIN=${HOST_QT_RESOURCE_GLOBAL}/bin +} +when ($OPENGL_REQUIRED) { + OPENGL_VERSION=18.0.5 +} + # tag:python-specific multimodule PY23_TEST { module PY2 : PYTEST_BIN { |