paths from config.getlinks are already project relative.
This commit is contained in:
parent
1738c13263
commit
8cf5b03b47
@ -236,7 +236,7 @@
|
||||
-- Scan the list of linked libraries. If any are referenced with
|
||||
-- paths, add those to the list of library search paths
|
||||
for _, dir in ipairs(config.getlinks(cfg, "system", "directory")) do
|
||||
table.insert(flags, '-L' .. project.getrelative(cfg.project, dir))
|
||||
table.insert(flags, '-L' .. premake.quoted(dir))
|
||||
end
|
||||
|
||||
if cfg.flags.RelativeLinks then
|
||||
|
Reference in New Issue
Block a user