Skip to content

Commit a7870bb

Browse files
author
zzz
committed
Fix so installers get the right jbigi
1 parent 19370a3 commit a7870bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.xml

+2
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@
581581
<target name="jbigi-nowindows" depends="buildProperties, jbigi-list-changes">
582582
<!-- set if unset -->
583583
<property name="workspace.changes.jbigi.tr" value="" />
584+
<delete file="build/jbigi.jar" failonerror="false" quiet="true" />
584585
<jar destfile="build/jbigi.jar" whenmanifestonly="fail" >
585586
<fileset dir="installer/lib/jbigi" includes="*.so *.jnilib" />
586587
<manifest>
@@ -667,6 +668,7 @@
667668
<target name="jbigi-windows-only" depends="buildProperties, jbigi-list-changes" >
668669
<!-- set if unset -->
669670
<property name="workspace.changes.jbigi.tr" value="" />
671+
<delete file="build/jbigi.jar" failonerror="false" quiet="true" />
670672
<jar destfile="build/jbigi.jar" whenmanifestonly="fail" >
671673
<fileset dir="installer/lib/jbigi" includes="*windows*.dll" />
672674
<manifest>

0 commit comments

Comments
 (0)