Moving MACOSX_DEPLOYMENT_TARGET from test utils' expected_wheels to run_cibuildwheel, and some minor style fixes
This commit is contained in:
committed by
Grzegorz Bokota
parent
1f784a1a29
commit
0d5a2a7843
@@ -6,7 +6,7 @@ standard = os.environ["STANDARD"]
|
||||
|
||||
language_standard = "/std:c++" + standard if platform.system() == "Windows" else "-std=c++" + standard
|
||||
|
||||
extra_compile_args=[language_standard, "-DSTANDARD=" + standard]
|
||||
extra_compile_args = [language_standard, "-DSTANDARD=" + standard]
|
||||
|
||||
if standard == "17":
|
||||
if platform.system() == "Windows":
|
||||
|
||||
Reference in New Issue
Block a user