diff options
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 2 |
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" /> |