diff options
author | spreis <spreis@yandex-team.com> | 2024-08-15 09:41:56 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-08-15 09:56:48 +0300 |
commit | 6d6f1645632e3d0b7a2a2f0e4d3c685dec62d407 (patch) | |
tree | 40830c3dc4d4c49f98b9931c08b8f54e32193f35 /build/ymake.core.conf | |
parent | 5fcd49974a967d31fef1fea125d97975454595bf (diff) | |
download | ydb-6d6f1645632e3d0b7a2a2f0e4d3c685dec62d407.tar.gz |
Move base macroses back to ymake.core.conf - these are not settings
146de6d7a3ab889737001e8501cbfb1b4de2913f
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 3c8ce2ce7b..d66d12801a 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -47,6 +47,12 @@ FALSE=no MODULE_PREFIX= MODULE_SUFFIX= +__COMMA__=${comma:""} +__BSDQ__=\" +when ($STRUCT_CMD == "yes") { + __BSDQ__=\\\" +} + # do not keep it undefined, since we directly subsitute it in LLVM_COMPILE_CXX etc. WINDOWS=no |