From d3a674ff593342d0dc20b8b08ff6cf2ce1968e5c Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 12 Feb 2018 16:10:21 -0800 Subject: [PATCH] Compile fix --- lime/Lib.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lime/Lib.hx b/lime/Lib.hx index 144bde44d..4912d732a 100644 --- a/lime/Lib.hx +++ b/lime/Lib.hx @@ -35,7 +35,7 @@ class Lib { } - if (Context.defined ("js") && !Context.defined ("nodejs")) { + if (Context.defined ("js") && !Context.defined ("nodejs") && !Context.defined ("display")) { Compiler.define ("html5"); Compiler.define ("web");