Move godot-cpp to modules/

This commit is contained in:
Marek S. Łukasiewicz 2025-01-28 14:32:26 +01:00
parent 3b3d9abc87
commit 00623caca2
3 changed files with 2 additions and 2 deletions

View file

@ -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++