|
From: <eli...@us...> - 2006-08-01 13:55:23
|
Revision: 2541 Author: elias_naur Date: 2006-08-01 06:55:19 -0700 (Tue, 01 Aug 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2541&view=rev Log Message: ----------- Mac OS X: Native compilation fix Modified Paths: -------------- trunk/LWJGL/platform_build/macosx_ant/build.xml Modified: trunk/LWJGL/platform_build/macosx_ant/build.xml =================================================================== --- trunk/LWJGL/platform_build/macosx_ant/build.xml 2006-08-01 10:36:13 UTC (rev 2540) +++ trunk/LWJGL/platform_build/macosx_ant/build.xml 2006-08-01 13:55:19 UTC (rev 2541) @@ -55,7 +55,7 @@ <param name="sdkroot" location="${legacy_sdkroot}"/> <param name="cflags" value=""/> </antcall> - <exec vmlauncher="false" executable="../platform_build/macosx_ant/build-symbol-list" output="lwjgl.symbols" failonerror="true"> + <exec vmlauncher="false" executable="../../platform_build/macosx_ant/build-symbol-list" output="lwjgl.symbols" failonerror="true"> <arg path="intel"/> </exec> <antcall target="link"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |