File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 125125 <JITArgs Condition =" $(Platform) == 'x64'" >x86_64-pc-windows-msvc</JITArgs >
126126 <JITArgs Condition =" $(Configuration) == 'Debug'" >$(JITArgs) --debug</JITArgs >
127127 </PropertyGroup >
128- <Exec Command =' $(PythonForBuild) "$(PySourcePath)Tools\jit\build.py" $(JITArgs) --output-dir "$(GeneratedJitStencilsDir)" --pyconfig-dir "$(PySourcePath)PC"' />
128+ <Exec Command =' $(PythonForBuild) "$(PySourcePath)Tools\jit\build.py" $(JITArgs) --output-dir "$(GeneratedJitStencilsDir)" --pyconfig-dir "$(PySourcePath)PC" --llvm-version="$(LLVM_VERSION)" --llvm-tools-install-dir="$(LLVM_TOOLS_INSTALL_DIR)" ' />
129129 </Target >
130130 <Target Name =" _CleanJIT" AfterTargets =" Clean" >
131131 <Delete Files =" @(_JITOutputs)" />
You can’t perform that action at this time.
0 commit comments