Fix tests.

This commit is contained in:
Tom van Dijck 2017-08-07 09:44:48 -07:00
parent 571d6ae371
commit 31353fbc56
2 changed files with 3 additions and 2 deletions

View File

@ -52,6 +52,7 @@
test.capture [[
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOLOGO"
OutputFile="$(OutDir)\MyProject.exe"
]]
end
@ -68,7 +69,7 @@
test.capture [[
<Tool
Name="VCLinkerTool"
LinkLibraryDependencies="false"
AdditionalOptions="/NOLOGO"
AdditionalDependencies="bin\Ares\Debug\MyProject2.lib"
]]
end

View File

@ -803,7 +803,7 @@
links[i] = path.translate(link)
end
else
links = toolset.getlinks(cfg, not ex)
links = path.translate(toolset.getlinks(cfg, not ex))
end
if #links > 0 then