From e620bbaeeddc797a3ca7fe4b828c5689843d2c1d Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Sat, 14 Oct 2023 18:19:20 +0200 Subject: [PATCH] Fixing typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa81c99f5..27d7fa4f3 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def _parse_toml(pyproject_path): def gen_modules(version): if platform == "win32" or platform == "cygwin": - extra_compile_args_val = ['-I../', '-Isrc/', '/std:c++17', "/DCMS_FULL_VERSION="\"+version+"\""] + extra_compile_args_val = ['-I../', '-Isrc/', '/std:c++17', "/DCMS_FULL_VERSION=\""+version+"\""] define_macros_val = [("TRACE", "")] else: