You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 17:50:43 UTC

[06/50] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - needed to be upgraded for dual

needed to be upgraded for dual


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c5fa72c0
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c5fa72c0
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c5fa72c0

Branch: refs/heads/develop
Commit: c5fa72c0077b78f5a14ab2d664dfda531e0ee652
Parents: 57eb4fb
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 5 23:48:35 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 5 23:48:35 2017 -0700

----------------------------------------------------------------------
 build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c5fa72c0/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 6d72c23..6320bd4 100644
--- a/build.xml
+++ b/build.xml
@@ -1903,12 +1903,13 @@
         <echo>Please change directory to ${base.folder.name}/flex-asjs and run ant to complete build</echo>
     </target>
 
-    <target name="compile" depends="check-flex-home,check-falcon-home,load-task" description="compile for SWF">
+    <target name="compile" depends="check-flex-home,check-falcon-home,check-falconjx-home,check-goog-home,load-task" description="compile for SWF">
         
         <property name="FLEX_HOME" value="${basedir}" />
         <mxmlc fork="true" debug="true"
             file="${file}">
             <jvmarg line="${mxmlc.jvm.args}"/>
+            <arg value="-closure-lib=${GOOG_HOME}" />
         </mxmlc>
     </target>