diff options
author | Karroffel <therzog@mail.de> | 2017-11-10 12:36:50 +0100 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-11-10 12:36:50 +0100 |
commit | 79285b084df425cadb23da21bc04c08c300d6cad (patch) | |
tree | 5a655d57f0ddeb2c6bc43dd7d72178767b5e2709 /modules/gdnative/arvr/config.py | |
parent | 7ae2de8997fadd692f5e43839633fbfdf3816e66 (diff) |
[GDNative] rename nativearvr extension to arvr
Diffstat (limited to 'modules/gdnative/arvr/config.py')
-rw-r--r-- | modules/gdnative/arvr/config.py | 5 |
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 |