Skip to content

Commit d988e6c

Browse files
committed
Fix windows build
1 parent 49c25b9 commit d988e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
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)