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.
1 parent f086456 commit e6e545eCopy full SHA for e6e545e
utils/build.ps1
@@ -1789,7 +1789,7 @@ function Get-CompilersDefines([Hashtable] $Platform, [switch] $Test) {
1789
LLDB_PYTHON_EXE_RELATIVE_PATH = "python.exe";
1790
LLDB_PYTHON_EXT_SUFFIX = ".pyd";
1791
LLDB_PYTHON_RELATIVE_PATH = "lib/site-packages";
1792
- LLDB_PYTHON_DLL_RELATIVE_PATH = "../../../../Python-$PythonVersion";
+ LLDB_PYTHON_DLL_RELATIVE_PATH = "../../../../Python-$PythonVersion/usr/bin";
1793
LLDB_TABLEGEN = (Join-Path -Path $BuildTools -ChildPath "lldb-tblgen.exe");
1794
LLDB_TEST_MAKE = "$BinaryCache\GnuWin32Make-4.4.1\bin\make.exe";
1795
LLVM_CONFIG_PATH = (Join-Path -Path $BuildTools -ChildPath "llvm-config.exe");
0 commit comments