You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/10/07 09:41:36 UTC

[GitHub] [royale-asjs] Harbs commented on issue #495: On sdk 0.9.6 build 20191006 (today) no way to use MX library

Harbs commented on issue #495: On sdk 0.9.6 build 20191006 (today) no way to use MX library
URL: https://github.com/apache/royale-asjs/issues/495#issuecomment-538921636
 
 
   It's not a js-compiler option. If you look at the compiler output, you should see `+configname` (probably right below `+royalelib`). You probably have `+configname=royale` instead of `+configname=flex`.
   
   When compiling a Royale application, you need to to specify what "type" of application you're compiling. The specified config effects the default SWCs loaded. I believe the current list of configs are: `js`, `node`, `royale`, `flex`, `air`, and `airmobile`.
   
   If none of the default configs fit your use case, you can also specify the necessary SWCs explicitly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services