Fix tests.
This commit is contained in:
parent
571d6ae371
commit
31353fbc56
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user