Only build our native bits on "unix" operating systems.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@387 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -92,7 +92,8 @@
|
||||
</target>
|
||||
|
||||
<!-- installs the pre-built native libraries -->
|
||||
<target name="ninstall" depends="prepare">
|
||||
<condition property="isunix"><os family="unix"/></condition>
|
||||
<target name="ninstall" depends="prepare" if="isunix">
|
||||
<exec os="Linux" dir="src/java/com/threerings/util/keybd/Linux" executable="make">
|
||||
<arg line="install"/>
|
||||
</exec>
|
||||
|
||||
Reference in New Issue
Block a user