mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-02 19:44:48 +02:00
Mac OS X: native build.xml tweak
This commit is contained in:
parent
0f5489a883
commit
45f9823958
|
|
@ -25,7 +25,7 @@
|
|||
</target>
|
||||
|
||||
<target name="link">
|
||||
<apply dir="${objdir}" parallel="true" executable="${linker}" os="Mac OS X" failonerror="true">
|
||||
<apply dir="${objdir}" parallel="true" executable="${linker}" os="Mac OS X" failonerror="true" dest="${objdir}">
|
||||
<arg line="${linkerflags} -exported_symbols_list ../lwjgl.symbols -dynamiclib -o ${libname} -framework Foundation -framework AppKit -framework JavaVM -framework Carbon"/>
|
||||
<fileset dir="${objdir}" includes="*.o"/>
|
||||
</apply>
|
||||
|
|
|
|||
Loading…
Reference in a new issue