File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,11 +244,11 @@ stages:
244
244
' x64 ' :
245
245
arch : amd64
246
246
platform : x86_64
247
- EXTRA_CMAKE_ARGS : -D Python3_ROOT_DIR=$(PYTHON_ROOT) -D Python3_INCLUDE_DIR=$(PYTHON_ROOT)/include -D Python3_LIBRARY=$(PYTHON_ROOT)/libs/python310.lib
247
+ EXTRA_CMAKE_ARGS : -D Python3_ROOT_DIR=$(PYTHON_ROOT) -D Python3_INCLUDE_DIR=$(PYTHON_ROOT)/include -D Python3_LIBRARY=$(PYTHON_ROOT)/libs/python310.lib -D LLDB_PYTHON_EXE_RELATIVE_PATH=python.exe -D LLDB_PYTHON_EXT_SUFFIX=.pyd
248
248
' arm64 ' :
249
249
arch : arm64
250
250
platform : arm64
251
- EXTRA_CMAKE_ARGS : -D CMAKE_SYSTEM_NAME=Windows -D CMAKE_SYSTEM_PROCESSOR=ARM64 -D "SWIFT_CLANG_LOCATION=C:/Program Files/LLVM/bin" -D Python3_ROOT_DIR=$(PYTHON_ROOT) -D Python3_INCLUDE_DIR=$(PYTHON_ROOT)\include -D Python3_LIBRARY=$(PYTHON_ROOT)\libs\python310.lib -D LLDB_PYTHON_EXE_RELATIVE_PATH=python.exe -D LLDB_PYTHON_EXT_SUFFIX=.cp310-win_arm64. pyd
251
+ EXTRA_CMAKE_ARGS : -D CMAKE_SYSTEM_NAME=Windows -D CMAKE_SYSTEM_PROCESSOR=ARM64 -D "SWIFT_CLANG_LOCATION=C:/Program Files/LLVM/bin" -D Python3_ROOT_DIR=$(PYTHON_ROOT) -D Python3_INCLUDE_DIR=$(PYTHON_ROOT)\include -D Python3_LIBRARY=$(PYTHON_ROOT)\libs\python310.lib -D LLDB_PYTHON_EXE_RELATIVE_PATH=python.exe -D LLDB_PYTHON_EXT_SUFFIX=.pyd
252
252
steps :
253
253
- download : current
254
254
artifact : build-tools
You can’t perform that action at this time.
0 commit comments