You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2017/12/25 08:21:29 UTC

[royale-asjs] 02/02: try to eliminate dependency on actual environment variables. This should get the compiler to substitute playerglobal.home from the additional compiler param

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

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

commit ea349da0b98d2712f324311feddd031559888d56
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Dec 25 00:21:17 2017 -0800

    try to eliminate dependency on actual environment variables.  This should get the compiler to substitute playerglobal.home from the additional compiler param
---
 mustella/build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mustella/build.xml b/mustella/build.xml
index b664de2..2e2a6e0 100644
--- a/mustella/build.xml
+++ b/mustella/build.xml
@@ -43,6 +43,7 @@
             <jvmarg value="-Droyalelib=${ROYALE_HOME}/frameworks" />
             <arg value="+royalelib=${ROYALE_HOME}/frameworks" />
             <arg value="+playerglobal.version=${playerglobal.version}" />
+            <arg value="+env.PLAYERGLOBAL_HOME=${env.PLAYERGLOBAL_HOME}" />
             <arg value="-compiler.strict-xml=true" />
             <arg value="-compiler.targets=SWF,JSRoyale" />
             <arg value="-output=${basedir}/${target.name}" />
@@ -68,6 +69,7 @@
             <jvmarg value="-Droyalelib=${ROYALE_HOME}/frameworks" />
             <arg value="+royalelib=${ROYALE_HOME}/frameworks" />
             <arg value="+playerglobal.version=${playerglobal.version}" />
+            <arg value="+env.PLAYERGLOBAL_HOME=${env.PLAYERGLOBAL_HOME}" />
             <arg value="+env.AIR_HOME=${env.AIR_HOME}" />
             <arg value="-compiler.strict-xml=true" />
             <arg value="-compiler.targets=SWF,JSRoyale" />

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.