diff options
author | Sven Gothel <[email protected]> | 2014-06-25 23:43:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-25 23:43:47 +0200 |
commit | fd121c63a94c28b3a27a866c5c1316694d67c43a (patch) | |
tree | 01adb047355da26fefc031f2702bad110dbc1aea /make/build.xml | |
parent | 08649aec02bae161423871c9bb3ec9a011e91088 (diff) |
Fix build if oculusvr-sdk submodule is missing
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 2e5a664c8..3ea265d1f 100644 --- a/make/build.xml +++ b/make/build.xml @@ -100,7 +100,7 @@ <fileset dir="${build.jogl}" includes="*.jar" /> <fileset dir="${build.nativewindow}" includes="*.jar" /> <fileset dir="${build.newt}" includes="*.jar" /> - <fileset dir="${build.oculusvr}" includes="*.jar" /> + <fileset dir="${build.oculusvr}" includes="*.jar" erroronmissingdir="false"/> <!-- optional --> </copy> <copy file="joglversion-all" |