tools fix
This commit is contained in:
committed by
Joshua Granick
parent
125840589f
commit
d1cd3be686
@@ -650,7 +650,7 @@ class WindowsPlatform extends PlatformTarget
|
|||||||
|
|
||||||
if (ndll.path == null || ndll.path == "")
|
if (ndll.path == null || ndll.path == "")
|
||||||
{
|
{
|
||||||
context.ndlls[i].path = NDLL.getLibraryPath(ndll, "Windows" + (is64 ? "64" : ""), "lib", suffix, project.debug);
|
context.ndlls[i].path = NDLL.getLibraryPath(ndll, (targetType == "winrt" ? "WinRT":"Windows") + (is64 ? "64" : ""), "lib", suffix, project.debug);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user