diff options
author | Sven Gothel <[email protected]> | 2014-07-03 16:52:39 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-07-03 16:52:39 +0200 |
commit | 043a9f751ab24e1c50a333d97a7f8f78e5e2a7a1 (patch) | |
tree | e373a491dd5758da23f5a0377a53216674e41e00 /make/build.xml | |
parent | 556d92b63555a085b25e32b1cd55afce24edd07a (diff) |
Bug 1021: Fix remaining build issues if sub-module oculusvr-sdk is missing
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 6346a26f4..cadf0248c 100644 --- a/make/build.xml +++ b/make/build.xml @@ -247,6 +247,7 @@ <!--delete includeEmptyDirs="true" quiet="true" failonerror="false"> <fileset dir="${build}" includes="jogl-java-src.zip" /> </delete--> + <mkdir dir="${build}/oculusvr/gensrc/classes"/> <!-- just in case it was _not_ build --> <zip destfile="${build}/jogl-java-src.zip" level="0"> <fileset dir="${src}/nativewindow/classes"/> <fileset dir="${build}/nativewindow/gensrc/classes"/> |