Skip to content

Commit

Permalink
Build the symbols list in the x86_64 only build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi authored and momokan committed Oct 3, 2014
1 parent 2f83293 commit c291972
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions platform_build/macosx_ant/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<param name="libname" value="liblwjgl-i86_64.dylib"/>
<param name="linkerflags" value="-isysroot ${x86_64_sdkroot} -arch x86_64 -mmacosx-version-min=10.5"/>
</antcall>
<apply dir="." parallel="true" executable="lipo" os="Mac OS X" failonerror="true" skipemptyfilesets="true" >
<apply dir="." parallel="true" executable="lipo" os="Mac OS X" failonerror="true" skipemptyfilesets="true">
<arg value="-create"/>
<srcfile/>
<arg value="-output"/>
Expand All @@ -202,12 +202,16 @@
<param name="sdkroot" location="${sdkroot}"/>
<param name="cflags" value="-isysroot ${sdkroot} -arch x86_64 -mmacosx-version-min=10.5"/>
</antcall>
<exec vmlauncher="true" executable="sh" output="lwjgl.symbols" failonerror="true">
<arg path="../../platform_build/macosx_ant/build-symbolls-list"/>
<arg path="x86_64"/>
</exec>
<antcall target="link">
<param name="objdir" location="x86_64"/>
<param name="libname" value="liblwjgl-i86_64.dylib"/>
<param name="linkerflags" value="-isysroot ${sdkroot} -arch x86_64 -mmacosx-version-min=10.5"/>
</antcall>
<apply dir="." parallel="true" executable="lipo" os="Mac OS X" failonerror="true" skipemptyfilesets="true" >
<apply dir="." parallel="true" executable="lipo" os="Mac OS X" failonerror="true" skipemptyfilesets="true">
<arg value="-create"/>
<srcfile/>
<arg value="-output"/>
Expand Down

0 comments on commit c291972

Please sign in to comment.