aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorsay <say@yandex-team.com>2023-09-08 17:48:53 +0300
committersay <say@yandex-team.com>2023-09-08 18:41:36 +0300
commitd735b425a73da0b6363dd31f4a373006874b9eea (patch)
treec62c0d8e852b0737260c534b411d39dbe752f30c /build/ymake.core.conf
parentb17bc80d6575f0315ff7c9080be206f4b5c7f12c (diff)
downloadydb-d735b425a73da0b6363dd31f4a373006874b9eea.tar.gz
Move internal macros to the end of ymake.core.conf
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index c8106ae89a..0d5319ff3a 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -60,8 +60,6 @@ MODULE_SUFFIX=
@import "${CONF_ROOT}/conf/project_specific/uservices.conf"
@import "${CONF_ROOT}/conf/project_specific/yt.conf"
-@import "${CONF_ROOT}/internal/conf/internal.conf"
-
USE_GLOBAL_CMD=no
when ($OS_WINDOWS != "yes") {
USE_GLOBAL_CMD=yes
@@ -5890,3 +5888,5 @@ macro CLANG_EMIT_AST_CXX_RUN_TOOL(SOURCES[], OPTS[], Tool, IN{input}[], IN_NOPAR
}
@import "${CONF_ROOT}/conf/misc.conf"
+
+@import "${CONF_ROOT}/internal/conf/internal.conf"