Repository: flex-sdk
Updated Branches:
  refs/heads/develop 7cd99a7a0 -> 752b1d3eb


FLEX-35364 - Run air-setup-mac on all non windows OS


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

Branch: refs/heads/develop
Commit: 752b1d3eb905406075f350197b1ce4701d94e3f9
Parents: 7cd99a7
Author: Piotr Zarzycki <piotrzarzyck...@gmail.com>
Authored: Wed Oct 25 14:41:58 2017 +0200
Committer: Piotr Zarzycki <piotrzarzyck...@gmail.com>
Committed: Wed Oct 25 14:41:58 2017 +0200

----------------------------------------------------------------------
 installer.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/752b1d3e/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index c22be85..ef08ef2 100644
--- a/installer.xml
+++ b/installer.xml
@@ -467,7 +467,7 @@
            </exec>
        </target>
     
-       <target name="air-setup-mac-init" if="isMac">
+       <target name="air-setup-mac-init" unless="isWindows">
                <antcall target="air-setup-mac" />
        </target>
        

Reply via email to