Role icons that don't work yet, also fixed godot-cpp import stuff

This commit is contained in:
2025-07-16 01:14:56 +10:00
parent 463cbf59cd
commit 11355db87a
11 changed files with 250 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
#!/usr/bin/env python
import os
import sys
env = SConscript("/home/wisknort/tinker/godot-cpp/SConstruct")
try: perth=open("godot-cpp-path").read()
except FileNotFoundError: perth="godot-cpp"
env = SConscript(os.path.join(perth,"SConstruct"))
# For reference:
# - CCFLAGS are compilation flags shared between C and C++