Skip to content

Commit e6e545e

Browse files
compnerdcharles-zablit
authored andcommitted
utils: adjust the python path
Adjust the python relative path when building LLDB to account for the restructuring in the packaging. (cherry picked from commit 8c66755)
1 parent f086456 commit e6e545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ function Get-CompilersDefines([Hashtable] $Platform, [switch] $Test) {
17891789
LLDB_PYTHON_EXE_RELATIVE_PATH = "python.exe";
17901790
LLDB_PYTHON_EXT_SUFFIX = ".pyd";
17911791
LLDB_PYTHON_RELATIVE_PATH = "lib/site-packages";
1792-
LLDB_PYTHON_DLL_RELATIVE_PATH = "../../../../Python-$PythonVersion";
1792+
LLDB_PYTHON_DLL_RELATIVE_PATH = "../../../../Python-$PythonVersion/usr/bin";
17931793
LLDB_TABLEGEN = (Join-Path -Path $BuildTools -ChildPath "lldb-tblgen.exe");
17941794
LLDB_TEST_MAKE = "$BinaryCache\GnuWin32Make-4.4.1\bin\make.exe";
17951795
LLVM_CONFIG_PATH = (Join-Path -Path $BuildTools -ChildPath "llvm-config.exe");

0 commit comments

Comments
 (0)