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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user