guard all of convertToHScript

This commit is contained in:
2023-04-29 20:38:11 -06:00
parent 473b8b36b3
commit bf51db44cb

View File

@@ -590,7 +590,7 @@ class Prelude {
#if (!sys && !hxnodejs)
throw unsupportedMessage;
#end
#else
var buildHxml = Sys.getEnv("KISS_BUILD_HXML");
var cwd = Path.directory(buildHxml);
@@ -644,6 +644,7 @@ class Prelude {
#if macro
}, true);
#end
#end
}
#if (sys || hxnodejs)