diff --git a/utils/build.ps1 b/utils/build.ps1 index d29bcc4b03459..ff0b0ceafe951 100644 --- a/utils/build.ps1 +++ b/utils/build.ps1 @@ -2277,7 +2277,7 @@ function Get-CompilersDefines([Hashtable] $Platform, [string] $Variant, [switch] LLDB_PYTHON_EXE_RELATIVE_PATH = "python.exe"; LLDB_PYTHON_EXT_SUFFIX = ".pyd"; LLDB_PYTHON_RELATIVE_PATH = "lib/site-packages"; - LLDB_PYTHON_DLL_RELATIVE_PATH = "../../../../Python-$PythonVersion"; + LLDB_PYTHON_DLL_RELATIVE_PATH = "../../../../Python-$PythonVersion/usr/bin"; LLDB_TABLEGEN = (Join-Path -Path $BuildTools -ChildPath "lldb-tblgen.exe"); LLDB_TEST_MAKE = "$BinaryCache\GnuWin32Make-4.4.1\bin\make.exe"; LLVM_CONFIG_PATH = (Join-Path -Path $BuildTools -ChildPath "llvm-config.exe");