Fix compile error on nodejs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package haxe;
|
||||
#if (macro || (!neko && !cpp))
|
||||
#if (macro || (!neko && !cpp && !nodejs))
|
||||
|
||||
|
||||
// Original haxe.Timer class
|
||||
|
||||
Reference in New Issue
Block a user