Skip to content

Commit 0ce79a1

Browse files
author
Federico Fissore
committed
ant windows build
1 parent 024dcf0 commit 0ce79a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<condition property="java.additional.library.path" value=".">
6464
<os family="windows"/>
6565
</condition>
66-
<condition property="java.additional.jvmargs" value="-d32">
66+
<condition property="java.additional.jvmargs" value="-Ddummy=0">
6767
<os family="windows"/>
6868
</condition>
6969
<condition property="work.dir" value="../build/linux/work/">

0 commit comments

Comments
 (0)