From: <eli...@us...> - 2006-11-14 09:20:32
|
Revision: 2643 http://svn.sourceforge.net/java-game-lib/?rev=2643&view=rev Author: elias_naur Date: 2006-11-14 01:20:24 -0800 (Tue, 14 Nov 2006) Log Message: ----------- Mac OS X: Fix to intel mac build 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-11-14 08:36:31 UTC (rev 2642) +++ trunk/LWJGL/platform_build/macosx_ant/build.xml 2006-11-14 09:20:24 UTC (rev 2643) @@ -69,7 +69,7 @@ <param name="objdir" location="ppc"/> <param name="libname" value="liblwjgl-ppc.jnilib"/> <param name="linker" value="gcc-3.3"/> - <param name="linkerflags" value=""/> + <param name="linkerflags" value="${legacy_flags}"/> </antcall> <apply dir="." parallel="true" executable="lipo" os="Mac OS X" failonerror="true" skipemptyfilesets="true" > <arg value="-create"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |