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