Browse Source

no target is asys yet

Simon Krajewski 6 years ago
parent
commit
d3ede31ed0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      extra/ImportAll.hx

+ 2 - 1
extra/ImportAll.hx

@@ -30,7 +30,8 @@ class ImportAll {
 	}
 
 	static function isAsysTarget() {
-		return Context.defined("eval"); // TODO: expand as more targets are integrated
+		// return Context.defined("eval"); // TODO: expand as more targets are integrated
+		return false;
 	}
 
 	public static function run( ?pack ) {