summaryrefslogtreecommitdiff
path: root/modules/gdnative/arvr/config.py
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-11-10 12:36:50 +0100
committerKarroffel <therzog@mail.de>2017-11-10 12:36:50 +0100
commit79285b084df425cadb23da21bc04c08c300d6cad (patch)
tree5a655d57f0ddeb2c6bc43dd7d72178767b5e2709 /modules/gdnative/arvr/config.py
parent7ae2de8997fadd692f5e43839633fbfdf3816e66 (diff)
[GDNative] rename nativearvr extension to arvr
Diffstat (limited to 'modules/gdnative/arvr/config.py')
-rw-r--r--modules/gdnative/arvr/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gdnative/arvr/config.py b/modules/gdnative/arvr/config.py
new file mode 100644
index 0000000000..4d1bdfe4d1
--- /dev/null
+++ b/modules/gdnative/arvr/config.py
@@ -0,0 +1,5 @@
+def can_build(platform):
+ return True
+
+def configure(env):
+ pass