Solaris: Added SunOS to native_path ant condition

This commit is contained in:
Elias Naur 2008-08-12 18:03:10 +00:00
parent 2c20f1cbeb
commit 26147830c3
1 changed files with 4 additions and 1 deletions

View File

@ -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">