[*] Fix rpath: cwd = ., not $PWD

This commit is contained in:
Reece Wilson 2022-04-22 15:15:07 +01:00
parent a4e296c867
commit 9e93956215

View File

@ -282,7 +282,7 @@ local function configureProjectForLd(prj)
linkoptions { "-Wl,-rpath,'/usr/lib32'" }
end
linkoptions { "-Wl,-rpath,'$$PWD'" }
linkoptions { "-Wl,-rpath,'.'" }
linkoptions { "-Wl,-rpath,'/usr/local/lib'" }