We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcd499 commit 6d6f164Copy full SHA for 6d6f164
build/conf/settings.conf
@@ -129,8 +129,3 @@ _FOLDABLE_VARS=\
129
ARCADIA_TEST_ROOT=../arcadia_tests_data/
130
DEFAULT_REQUIREMENTS=network:restricted cpu:1 ram:32
131
132
-__COMMA__=${comma:""}
133
-__BSDQ__=\"
134
-when ($STRUCT_CMD == "yes") {
135
- __BSDQ__=\\\"
136
-}
build/ymake.core.conf
@@ -47,6 +47,12 @@ FALSE=no
47
MODULE_PREFIX=
48
MODULE_SUFFIX=
49
50
+__COMMA__=${comma:""}
51
+__BSDQ__=\"
52
+when ($STRUCT_CMD == "yes") {
53
+ __BSDQ__=\\\"
54
+}
55
+
56
# do not keep it undefined, since we directly subsitute it in LLVM_COMPILE_CXX etc.
57
WINDOWS=no
58
0 commit comments