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/nativearvr/config.py | |
parent | 7ae2de8997fadd692f5e43839633fbfdf3816e66 (diff) |
[GDNative] rename nativearvr extension to arvr
Diffstat (limited to 'modules/gdnative/nativearvr/config.py')
-rw-r--r-- | modules/gdnative/nativearvr/config.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/gdnative/nativearvr/config.py b/modules/gdnative/nativearvr/config.py deleted file mode 100644 index 4d1bdfe4d1..0000000000 --- a/modules/gdnative/nativearvr/config.py +++ /dev/null @@ -1,5 +0,0 @@ -def can_build(platform): - return True - -def configure(env): - pass |