|
From: <eli...@us...> - 2008-08-12 18:03:14
|
Revision: 3114
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3114&view=rev
Author: elias_naur
Date: 2008-08-12 18:03:10 +0000 (Tue, 12 Aug 2008)
Log Message:
-----------
Solaris: Added SunOS to native_path ant condition
Modified Paths:
--------------
trunk/LWJGL/build.xml
Modified: trunk/LWJGL/build.xml
===================================================================
--- trunk/LWJGL/build.xml 2008-08-12 17:58:41 UTC (rev 3113)
+++ trunk/LWJGL/build.xml 2008-08-12 18:03:10 UTC (rev 3114)
@@ -341,7 +341,10 @@
</condition>
<condition property="native_path" value="libs/linux">
- <os name="Linux" />
+ <or>
+ <os name="Linux" />
+ <os name="SunOS" />
+ </or>
</condition>
<condition property="native_path" value="libs/macosx">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|