mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-04 14:07:53 +00:00
Linux: Added more paths to the jni header search path
This commit is contained in:
parent
d71de8a642
commit
7716494aee
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@
|
|||
<arg line="-O2 -Wall -c -fPIC"/>
|
||||
<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../../../common/src/native"/>
|
||||
<mapper type="glob" from="*.c" to="*.o"/>
|
||||
<fileset dir="." includes="*.c"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue