Linux: Add more include paths to the build script to handle distros with a different JRE layout

This commit is contained in:
Elias Naur 2006-12-11 11:26:26 +00:00
parent 66466b6d39
commit c8f6fe0349
1 changed files with 2 additions and 0 deletions

View File

@ -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"/>