Merge pull request #394 from vroad/nodejs-fix

Fix compile error on nodejs
This commit is contained in:
Joshua Granick
2015-03-29 10:42:32 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
package haxe;
#if (macro || (!neko && !cpp))
#if (macro || (!neko && !cpp && !nodejs))
// Original haxe.Timer class

View File

@@ -15,7 +15,7 @@ import js.html.CanvasRenderingContext2D;
@:access(lime.text.Glyph)
#if !display
#if (!display && !nodejs)
@:autoBuild(lime.Assets.embedFont())
#end