proper mac check

This commit is contained in:
Brian Matzon 2005-01-25 20:50:44 +00:00
parent 8bc26e72a0
commit 56a7276e51
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@
</target>
<!-- Compiles LWJGL on Mac OS X platforms -->
<target name="-compile_native_mac" >
<target name="-compile_native_mac" if="lwjgl.platform.mac">
<echo>Checking for valid OpenAL install</echo>
<property name="openal.home" value="/projects/openal"/>
<available file="${openal.home}" type="dir" property="isValidOpenALHome"/>