This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1b18f33  made asconfig a bit easier to read
1b18f33 is described below

commit 1b18f33c495d63edd148a6817a3b16ecb8de9ab8
Author: Harbs <[email protected]>
AuthorDate: Sun Dec 12 13:25:11 2021 +0200

    made asconfig a bit easier to read
---
 frameworks/projects/MXRoyale/asconfig.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/asconfig.json 
b/frameworks/projects/MXRoyale/asconfig.json
index 2718715..cd49c04 100644
--- a/frameworks/projects/MXRoyale/asconfig.json
+++ b/frameworks/projects/MXRoyale/asconfig.json
@@ -38,5 +38,10 @@
         ],
         "output": "target/MXRoyale.swc"
     },
-    "additionalOptions": 
"-compiler.define+=ROYALE::DISPLAYOBJECT,DisplayObject 
-js-compiler-define+=ROYALE::DISPLAYOBJECT,IUIComponent 
-js-compiler-define+=COMPILE::SWF,false -js-compiler-define+=COMPILE::JS,true"
+    "additionalOptions": [
+        "-compiler.define+=ROYALE::DISPLAYOBJECT,DisplayObject",
+        "-js-compiler-define+=ROYALE::DISPLAYOBJECT,IUIComponent",
+        "-js-compiler-define+=COMPILE::SWF,false",
+        "-js-compiler-define+=COMPILE::JS,true"
+    ]
 }
\ No newline at end of file

Reply via email to