Browse Source

probably fix macro compilation

Simon Krajewski 9 years ago
parent
commit
ed440532cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/haxe/EntryPoint.hx

+ 1 - 1
std/haxe/EntryPoint.hx

@@ -1,6 +1,6 @@
 package haxe;
 
-#if (neko && !macro)
+#if (neko && !macro && !interp)
 import neko.vm.Lock;
 import neko.vm.Mutex;
 import neko.vm.Thread;