Skip to content

Commit c0cbdb9

Browse files
authored
add preprocessor script for the windows build (#4184)
1 parent 11ed357 commit c0cbdb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packaging/vc_env_helper.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if "%VSDEVCMD_ARGS%" == "" (
2323
if "%CU_VERSION%" == "xpu" call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
2424

2525
set DISTUTILS_USE_SDK=1
26+
set CL=%CL% /Zc:preprocessor
2627

2728
set args=%1
2829
shift

0 commit comments

Comments
 (0)