mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-02 23:09:57 +01:00
Windows: mingw path fixes
This commit is contained in:
parent
8c1d6d041c
commit
fbca53f218
|
|
@ -34,10 +34,10 @@
|
|||
<arg value="-Wl,--kill-at"/>
|
||||
<arg line="-shared -o ${dllname}"/>
|
||||
<srcfile/>
|
||||
<arg value="-L${java.home}\..\lib"/>
|
||||
<arg value="-L${dxhome}\lib\x86"/>
|
||||
<arg value="-L${sdkhome}\lib"/>
|
||||
<arg value="-L${alhome}\libs"/>
|
||||
<arg value="-L${java.home}/../lib"/>
|
||||
<arg value="-L${dxhome}/lib/x86"/>
|
||||
<arg value="-L${sdkhome}/lib"/>
|
||||
<arg value="-L${alhome}/libs"/>
|
||||
<arg line="${libs}"/>
|
||||
<fileset dir="." includes="*.o"/>
|
||||
</apply>
|
||||
|
|
|
|||
Loading…
Reference in a new issue