Skip to content

Commit

Permalink
Move jni.h to bootloader/jni directory and remove include/ directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-brangs committed Aug 22, 2017
1 parent 0937d1a commit ded6ef5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -1885,7 +1885,7 @@ const char *rvm_target_configuration = "${target.file}";
</condition>

<property name="rvm.includes"
value="-I${bl.dir} -I${basedir}/include -I${dist.base}/include ${gcspy.includes.dir} ${arch.includes} ${classlib.includes}"/>
value="-I${bl.dir} -I${bl.dir}/jni -I${dist.base}/include ${gcspy.includes.dir} ${arch.includes} ${classlib.includes}"/>

<property name="rvm.defines" value="-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE ${filter} "/>

Expand Down
File renamed without changes.

0 comments on commit ded6ef5

Please sign in to comment.