summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 44ede60b9..d9b2dab63 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -88,7 +88,7 @@
<ant antfile="${graphui.build.xml}" dir="${graphui.make}" target="all" inheritRefs="true" inheritAll="true"/>
</target>
- <target name="build.oculusvr" depends="init" if="oculusvr.sdk.available">
+ <target name="build.oculusvr" depends="init" if="setup.do_oculusvr">
<ant antfile="${oculusvr.build.xml}" dir="${oculusvr.make}" target="all" inheritRefs="true" inheritAll="true"/>
</target>