mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-01 05:14:30 +01:00
Linux: Add more include paths to the build script to handle distros with a different JRE layout
This commit is contained in:
parent
66466b6d39
commit
c8f6fe0349
|
|
@ -30,6 +30,8 @@
|
|||
<arg line="${cflags}"/>
|
||||
<arg value="-I${java.home}/include"/>
|
||||
<arg value="-I${java.home}/include/linux"/>
|
||||
<arg value="-I${java.home}/../include"/>
|
||||
<arg value="-I${java.home}/../include/linux"/>
|
||||
<arg value="-I${native}/common"/>
|
||||
<arg value="-I${native}/linux"/>
|
||||
<mapper type="glob" from="*.c" to="*.o"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue