This is just an informational message.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4431 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jonathan Le Plastrier
2006-10-20 22:07:51 +00:00
parent 7d68d9c617
commit a98a15a6d4
+1 -1
View File
@@ -139,7 +139,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 dir="src/java/com/threerings/util/signal/${os.name}"
executable="make"><arg line="install"/></exec>
</target>