We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ed357 commit c0cbdb9Copy full SHA for c0cbdb9
1 file changed
packaging/vc_env_helper.bat
@@ -23,6 +23,7 @@ if "%VSDEVCMD_ARGS%" == "" (
23
if "%CU_VERSION%" == "xpu" call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
24
25
set DISTUTILS_USE_SDK=1
26
+set CL=%CL% /Zc:preprocessor
27
28
set args=%1
29
shift
0 commit comments