Nicolas Cannasse 14 lat temu
rodzic
commit
8b5d218bac
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      std/Std.hx

+ 1 - 1
std/Std.hx

@@ -23,7 +23,7 @@
  * DAMAGE.
  */
 
-#if !core_api
+#if !(core_api || cross)
 #error "Please don't add haxe/std to your classpath, instead set HAXE_LIBRARY_PATH env var"
 #end