We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f5cb90 + 5f69b1f commit b2b9541Copy full SHA for b2b9541
utils/build-windows-toolchain.bat
@@ -208,6 +208,9 @@ cmake ^
208
-D PACKAGE_VENDOR="swift.org" ^
209
-D CLANG_VENDOR="swift.org" ^
210
-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 ^
214
-D LLVM_APPEND_VC_REV=NO ^
215
-D LLVM_VERSION_SUFFIX="" ^
216
0 commit comments