Skip to content

Commit 6d6f164

Browse files
committed
Move base macroses back to ymake.core.conf - these are not settings
146de6d7a3ab889737001e8501cbfb1b4de2913f
1 parent 5fcd499 commit 6d6f164

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build/conf/settings.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,3 @@ _FOLDABLE_VARS=\
129129
ARCADIA_TEST_ROOT=../arcadia_tests_data/
130130
DEFAULT_REQUIREMENTS=network:restricted cpu:1 ram:32
131131

132-
__COMMA__=${comma:""}
133-
__BSDQ__=\"
134-
when ($STRUCT_CMD == "yes") {
135-
__BSDQ__=\\\"
136-
}

build/ymake.core.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ FALSE=no
4747
MODULE_PREFIX=
4848
MODULE_SUFFIX=
4949

50+
__COMMA__=${comma:""}
51+
__BSDQ__=\"
52+
when ($STRUCT_CMD == "yes") {
53+
__BSDQ__=\\\"
54+
}
55+
5056
# do not keep it undefined, since we directly subsitute it in LLVM_COMPILE_CXX etc.
5157
WINDOWS=no
5258

0 commit comments

Comments
 (0)