One more for the Gipper.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@278 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2007-07-25 21:47:15 +00:00
parent 4ea0d15236
commit 72d93f6bd9
+1 -1
View File
@@ -78,7 +78,7 @@
<!-- build the native libraries -->
<target name="ncompile" depends="prepare">
<echo message="Doing native compilation on ${os.name}..."/>
<echo level="info" message="Doing native compilation on ${os.name}..."/>
<exec os="Linux" dir="src/java/com/threerings/util/keybd/Linux"
executable="make"><arg line="install"/></exec>
<exec dir="src/java/com/threerings/util/unsafe/${os.name}"