aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.ru>2022-06-07 08:54:35 +0300
committersnermolaev <snermolaev@yandex-team.ru>2022-06-07 08:54:35 +0300
commit12e541dd6e01d651c14e06930456153681ff9059 (patch)
tree33188ebabdb3cb4738c36f34d70e54128ac4a2bb /build/ymake_conf.py
parentee9ab6cd6d24edacec465d5f8561356cbf1a635d (diff)
downloadydb-12e541dd6e01d651c14e06930456153681ff9059.tar.gz
fix misprint
ref:adbd1351cd5186f7cce1f12cc0b26d750ace0963
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-xbuild/ymake_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index 3707cca856..7ff42a9858 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -2610,7 +2610,7 @@ class MSVCCompiler(MSVC, Compiler):
if not self.tc.under_wine:
emit('CL_WRAPPER', '${FIX_MSVC_OUTPUT}', 'cl')
- emit('ML_WRAPPER', '${FIX_MSVC_OUTPUT"}', 'ml')
+ emit('ML_WRAPPER', '${FIX_MSVC_OUTPUT}', 'ml')
else:
emit('CL_WRAPPER')
emit('ML_WRAPPER')