Move godot-cpp to modules/
This commit is contained in:
parent
3b3d9abc87
commit
00623caca2
3 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
[submodule "godot-cpp"]
|
[submodule "godot-cpp"]
|
||||||
path = godot-cpp
|
path = modules/godot-cpp
|
||||||
url = https://github.com/godotengine/godot-cpp.git
|
url = https://github.com/godotengine/godot-cpp.git
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
env = SConscript("godot-cpp/SConstruct")
|
env = SConscript("modules/godot-cpp/SConstruct")
|
||||||
|
|
||||||
# For reference:
|
# For reference:
|
||||||
# - CCFLAGS are compilation flags shared between C and C++
|
# - CCFLAGS are compilation flags shared between C and C++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue