Skip to content

Commit 7e7b102

Browse files
correct comment
1 parent ae2abf8 commit 7e7b102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builders/ubuntu-python-builder.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
3030

3131
$pythonBinariesLocation = $this.GetFullPythonToolcacheLocation()
3232

33-
### To build Python with SO we must pass full path to lib folder to the linker
33+
### To build Python with SO, passing relative path W.r.t to the binary location.
3434
$env:LDFLAGS="-Wl,-rpath='\$\$ORIGIN/../lib'"
3535
$configureString = "./configure"
3636
$configureString += " --prefix=$pythonBinariesLocation"

0 commit comments

Comments
 (0)