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/SCsub | |
| parent | 7ae2de8997fadd692f5e43839633fbfdf3816e66 (diff) | |
| download | redot-engine-79285b084df425cadb23da21bc04c08c300d6cad.tar.gz | |
[GDNative] rename nativearvr extension to arvr
Diffstat (limited to 'modules/gdnative/SCsub')
| -rw-r--r-- | modules/gdnative/SCsub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/SCsub b/modules/gdnative/SCsub index cd29140d5d..88588417d1 100644 --- a/modules/gdnative/SCsub +++ b/modules/gdnative/SCsub @@ -12,7 +12,7 @@ gdn_env.add_source_files(env.modules_sources, "nativescript/*.cpp") gdn_env.Append(CPPPATH=['#modules/gdnative/include/']) -SConscript("nativearvr/SCsub") +SConscript("arvr/SCsub") SConscript("pluginscript/SCsub") def _spaced(e): @@ -25,7 +25,7 @@ def _build_gdnative_api_struct_header(api): '#define GODOT_GDNATIVE_API_STRUCT_H', '', '#include <gdnative/gdnative.h>', - '#include <nativearvr/godot_nativearvr.h>', + '#include <arvr/godot_arvr.h>', '#include <nativescript/godot_nativescript.h>', '#include <pluginscript/godot_pluginscript.h>', '', |
