diff --git a/lime/system/System.hx b/lime/system/System.hx index d8e85ecb4..87802ca61 100644 --- a/lime/system/System.hx +++ b/lime/system/System.hx @@ -117,7 +117,7 @@ class System { public static function exit (code:Int):Void { - #if (sys && desktop) + #if sys #if !macro if (Application.current != null) {