Initial merge of WinJS UWP support
This commit is contained in:
@@ -37,7 +37,7 @@ import sys.FileSystem;
|
||||
|
||||
#if (ios || tvos || emscripten)
|
||||
rootPath = "assets/";
|
||||
#elseif (windows && !cs)
|
||||
#elseif (sys && windows && !cs)
|
||||
rootPath = FileSystem.absolutePath (haxe.io.Path.directory (#if (haxe_ver >= 3.3) Sys.programPath () #else Sys.executablePath () #end)) + "/";
|
||||
#else
|
||||
rootPath = "";
|
||||
|
||||
Reference in New Issue
Block a user