Explicitly link dependent project libraries in VC200x to fix intermittent concurrent build problems
This commit is contained in:
parent
67ba45c1c3
commit
2f6a84a86b
@ -916,7 +916,7 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
function vc200x.links(cfg)
|
function vc200x.links(cfg)
|
||||||
local links = config.getlinks(cfg, "system", "fullpath")
|
local links = config.getlinks(cfg, "all", "fullpath")
|
||||||
links = table.concat(links, " ")
|
links = table.concat(links, " ")
|
||||||
links = path.translate(links)
|
links = path.translate(links)
|
||||||
return links
|
return links
|
||||||
|
Loading…
Reference in New Issue
Block a user