We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7c221 commit 3e998c0Copy full SHA for 3e998c0
build.xml
@@ -818,6 +818,12 @@ osname=macosx;processor=aarch64
818
<arg value="JNIEXPORT"/>
819
<fileset dir="${build.headers}" includes="*.h"/>
820
</apply>
821
+ <apply dir="${build.headers}" executable="${grep}" parallel="true"
822
+ failonerror="${grep.required}" relative="true" output="${md5.file}"
823
+ error="${md5.file}.error" append="true">
824
+ <arg value="#define"/>
825
+ <fileset dir="${build.headers}" includes="*.h"/>
826
+ </apply>
827
<!-- Clean up gcj javah output to match that of Sun's javah -->
828
<fixcrlf file="${md5.file}" eol="unix"/>
829
<replaceregexp match="^((.*\.h):JNIEXPORT[^(]+)( +\(.*)"
0 commit comments