[*] Fix rpath: cwd = ., not $PWD
This commit is contained in:
parent
a4e296c867
commit
9e93956215
@ -282,7 +282,7 @@ local function configureProjectForLd(prj)
|
|||||||
linkoptions { "-Wl,-rpath,'/usr/lib32'" }
|
linkoptions { "-Wl,-rpath,'/usr/lib32'" }
|
||||||
end
|
end
|
||||||
|
|
||||||
linkoptions { "-Wl,-rpath,'$$PWD'" }
|
linkoptions { "-Wl,-rpath,'.'" }
|
||||||
|
|
||||||
linkoptions { "-Wl,-rpath,'/usr/local/lib'" }
|
linkoptions { "-Wl,-rpath,'/usr/local/lib'" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user