x86_64 : build symbols issue was fixed

This commit is contained in:
b23prodtm 2014-10-03 18:52:58 +02:00
parent b44f503882
commit ca19ebd11b
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@
<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="../../platform_build/macosx_ant/build-symbol-list"/>
<arg path="x86_64"/>
</exec>
<antcall target="link">