mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -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"/>
|
||||
<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>
|
||||
|
||||
<copy todir="build-j2me">
|
||||
|
|
Loading…
Reference in a new issue