tools fix

This commit is contained in:
Carlos Madrazo
2019-03-03 23:59:31 -05:00
committed by Joshua Granick
parent 125840589f
commit d1cd3be686

View File

@@ -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);
} }
} }
} }