Skip to content

Commit 3a55cad

Browse files
committed
Merge pull request #350 from Toshik/patch-1
Fix windows build
2 parents 4972a50 + d988e6c commit 3a55cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
<fileset dir="windows/work" includes="**/*.html, **/*.dll, **/*.exe" />
892892
</chmod>
893893

894-
<loadproperties srcfile="${WINDOWS_BUNDLED_JVM}/release" prefix="windows"/>
894+
<loadproperties srcfile="${WINDOWS_BUNDLED_JVM}/../release" prefix="windows"/>
895895

896896
<fail message="It looks like ${WINDOWS_BUNDLED_JVM} does not contain a Windows JVM">
897897
<condition>

0 commit comments

Comments
 (0)