Update to fix a problem with openal environmental problem in the OSX version

This commit is contained in:
Gregory Pierce 2005-01-28 02:09:51 +00:00
parent 2e7661cdde
commit 81400b269f
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@
<echo>Compiling Mac OS X LWJGL version</echo>
<exec dir="${lwjgl.src.native}/macosx" executable="make" failonerror="true">
<env key="AL" path="${openal.home}/include/AL/" />
<env key="AL" path="${openal.home}" />
</exec>
<move file="${lwjgl.src.native}/macosx/liblwjgl.jnilib" tofile="${lwjgl.lib}/liblwjgl.jnilib" />