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/05/25 19:00:48 UTC

git commit: [flex-asjs] [refs/heads/release0.8.0] - try to fix windows install. I didn't break mac. Will try on Windows later

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 a86b0ae57 -> 2be5163b6


try to fix windows install.  I didn't break mac.  Will try on Windows later


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

Branch: refs/heads/release0.8.0
Commit: 2be5163b6549cf66546593b344615508d9943ed1
Parents: a86b0ae
Author: Alex Harui <ah...@apache.org>
Authored: Thu May 25 12:00:30 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu May 25 12:00:44 2017 -0700

----------------------------------------------------------------------
 installer.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2be5163b/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index ffe5f49..53255d0 100644
--- a/installer.xml
+++ b/installer.xml
@@ -456,7 +456,7 @@
         <echo>${INFO_UNZIPPING} ${download.dir}/${air.sdk.url.file}</echo>
         
         <antcall target="air-setup-win" />
-        <antcall target="air-setup-mac" />
+        <antcall target="air-setup-mac-if-mac" />
         
     </target>
 
@@ -572,6 +572,10 @@
         </exec>
     </target>
     
+    <target name="air-setup-mac-if-mac" unless="isWindows">
+        <antcall target="air-setup-mac" />
+    </target>
+    
     <target name="air-setup-mac" depends="unzipOrMountDMG,unzipAIRSDK,mountAIRSDK,copyFromMount,unmountAIRSDK" unless="isWindows">
         <antcall target="mac-copy-file">
             <param name="srcdir" value="." />