8000
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 ae2abf8 commit 7e7b102Copy full SHA for 7e7b102
builders/ubuntu-python-builder.psm1
@@ -30,7 +30,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
30
31
$pythonBinariesLocation = $this.GetFullPythonToolcacheLocation()
32
33
- ### To build Python with SO we must pass full path to lib folder to the linker
+ ### To build Python with SO, passing relative path W.r.t to the binary location.
34
$env:LDFLAGS="-Wl,-rpath='\$\$ORIGIN/../lib'"
35
$configureString = "./configure"
36
$configureString += " --prefix=$pythonBinariesLocation"
0 commit comments