Skip to content

Commit adff4c2

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.
1 parent 04e07b3 commit adff4c2

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
@@ -2287,7 +2287,7 @@ function Get-CompilersDefines([Hashtable] $Platform, [string] $Variant, [switch]
22872287
LLDB_PYTHON_EXE_RELATIVE_PATH = "python.exe";
22882288
LLDB_PYTHON_EXT_SUFFIX = ".pyd";
22892289
LLDB_PYTHON_RELATIVE_PATH = "lib/site-packages";
2290-
LLDB_PYTHON_DLL_RELATIVE_PATH = "../../../../Python-$PythonVersion";
2290+
LLDB_PYTHON_DLL_RELATIVE_PATH = "../../../../Python-$PythonVersion/usr/bin";
22912291
LLDB_TABLEGEN = (Join-Path -Path $BuildTools -ChildPath "lldb-tblgen.exe");
22922292
LLDB_TEST_MAKE = "$BinaryCache\GnuWin32Make-4.4.1\bin\make.exe";
22932293
LLVM_CONFIG_PATH = (Join-Path -Path $BuildTools -ChildPath "llvm-config.exe");

0 commit comments

Comments
 (0)