summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativearvr/config.py
diff options
context:
space:
mode:
authorBastiaanOlij <mux213@gmail.com>2017-10-08 00:51:17 +1100
committerBastiaanOlij <mux213@gmail.com>2017-10-14 09:10:18 +1100
commitcc37d43f861b2fd4c3c5d5fbaf7186bf5c30d35f (patch)
tree98fefbcb57a800a0a7b84ae28ab06cdba38a34c6 /modules/gdnative/nativearvr/config.py
parent4585239a4bcb5350fadc1fbe5a6db1c2e67ab06a (diff)
Redoing the ARVR GDNative interface as module and tighter implementation
Diffstat (limited to 'modules/gdnative/nativearvr/config.py')
-rw-r--r--modules/gdnative/nativearvr/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gdnative/nativearvr/config.py b/modules/gdnative/nativearvr/config.py
new file mode 100644
index 0000000000..4d1bdfe4d1
--- /dev/null
+++ b/modules/gdnative/nativearvr/config.py
@@ -0,0 +1,5 @@
+def can_build(platform):
+ return True
+
+def configure(env):
+ pass