mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 11:47:26 -08:00
Add some quotes on preverify command line to fix build issues on Windows, where paths may have spaces
git-svn-id: https://zxing.googlecode.com/svn/trunk@253 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
024c46b18e
commit
d6fbe7504b
|
@ -116,7 +116,7 @@
|
||||||
|
|
||||||
<mkdir dir="build-j2me"/>
|
<mkdir dir="build-j2me"/>
|
||||||
<exec executable="${WTK-home}/bin/preverify1.1" failonerror="true">
|
<exec executable="${WTK-home}/bin/preverify1.1" failonerror="true">
|
||||||
<arg line="-classpath ${preverify-classpath} -d build-j2me build"/>
|
<arg line="-classpath '${preverify-classpath}' -d build-j2me build"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<copy todir="build-j2me">
|
<copy todir="build-j2me">
|
||||||
|
|
Loading…
Reference in a new issue