Only run ninstall on "unix" operating systems (which includes Mac OS X).

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4921 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-01-08 22:22:38 +00:00
parent 643982e798
commit 34875278b3
+2 -1
View File
@@ -169,7 +169,8 @@
</target>
<!-- build the native libraries -->
<target name="ninstall" depends="prepare">
<condition property="isunix"><os family="unix"/></condition>
<target name="ninstall" depends="prepare" if="isunix">
<echo level="info" message="Doing native compilation on ${os.name}..."/>
<exec dir="src/java/com/threerings/util/signal/${os.name}" executable="make">
<arg line="install"/>