Skip to content

Commit 2714a01

Browse files
committed
1 parent f4cd821 commit 2714a01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,8 @@ osname=macosx;processor=x86;processor=x86-64;processor=ppc
749749
</condition>
750750
<!-- args are based on GNU grep, other versions may differ -->
751751
<apply dir="${build.headers}" executable="${grep}" parallel="true"
752-
failonerror="${grep.required}" relative="true" output="${md5.file}">
752+
failonerror="${grep.required}" relative="true" output="${md5.file}"
753+
error="${md5.file}.error">
753754
<arg value="-A"/>
754755
<arg value="1"/>
755756
<arg value="JNIEXPORT"/>

0 commit comments

Comments
 (0)