Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswanthikolla committed May 19, 2024
1 parent ae2abf8 commit 7e7b102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/ubuntu-python-builder.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {

$pythonBinariesLocation = $this.GetFullPythonToolcacheLocation()

### 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.
$env:LDFLAGS="-Wl,-rpath='\$\$ORIGIN/../lib'"
$configureString = "./configure"
$configureString += " --prefix=$pythonBinariesLocation"
Expand Down

0 comments on commit 7e7b102

Please sign in to comment.