Skip to content

Commit 8e4606b

Browse files
authored
Merge pull request #68520 from compnerd/extension-0
build: adjust the windows build for LLDB
2 parents 79cdadf + 08a9df7 commit 8e4606b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ cmake ^
208208
-D PACKAGE_VENDOR="swift.org" ^
209209
-D CLANG_VENDOR="swift.org" ^
210210
-D CLANG_VENDOR_UTI="org.swift" ^
211+
-D LLDB_PYTHON_EXE_RELATIVE_PATH=python.exe ^
212+
-D LLDB_PYTHON_EXT_SUFFIX=.pyd ^
213+
-D LLDB_PYTHON_RELATIVE_PATH=lib/site-packages ^
211214
-D LLVM_APPEND_VC_REV=NO ^
212215
-D LLVM_VERSION_SUFFIX="" ^
213216

0 commit comments

Comments
 (0)