mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-25 00:55:02 +01:00
Mac OS X: Fix to intel mac build
This commit is contained in:
parent
b1130b6729
commit
a853b2ba69
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue