mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #85629 from compnerd/python
utils: adjust the python path
This commit is contained in:
@@ -2273,7 +2273,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");
|
||||
|
||||
Reference in New Issue
Block a user