summaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-07-14 07:16:45 +0200
committerSven Gothel <[email protected]>2015-07-14 07:16:45 +0200
commit787bf6c43c881ff969282ed8eaabfe680daa70f8 (patch)
treedcc7837f25bcf6dea8d838f7ae334e4883273d3b /make/build-common.xml
parent35babe791b5c6db8a5dccac3a8f57e4f18d79d76 (diff)
Bump OculusVR RIFT SDK to 0.5.0.1
State: Build clean on GNU/Linux and OSX
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index 5be5fedc7..1d408a057 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -239,7 +239,7 @@
<property name="rootrel.oculusvr.sdk" value="oculusvr-sdk"/>
<property name="rel.oculusvr.sdk" value="${project.root}/${rootrel.oculusvr.sdk}"/>
<condition property="oculusvr.sdk.available">
- <available file="${rel.oculusvr.sdk}/LibOVR/Src/OVR_CAPI.h"/>
+ <available file="${rel.oculusvr.sdk}/LibOVR/Include/OVR_CAPI.h"/>
</condition>
<property name="results.test" value="${build}/test/results" />