Enable base template to be compiled

This commit is contained in:
2026-03-14 13:57:56 -04:00
parent b13fb52e40
commit cbc5d1ef8b
4 changed files with 213 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
import os
import sys
env = SConscript("godot-cpp/SConstruct")
env = SConscript("redot-cpp/SConstruct")
# For reference:
# - CCFLAGS are compilation flags shared between C and C++