WIP encode and decode save files in action logs

This commit is contained in:
2024-06-13 20:21:55 -06:00
committed by Celtic Minstrel
parent 542822885c
commit 31dcb26d9d
5 changed files with 58 additions and 5 deletions

View File

@@ -360,6 +360,8 @@ if not env.GetOption('clean'):
if not path.exists('deps/cppcodec/README.md'):
subprocess.call(["git", "submodule", "update", "--init", "deps/cppcodec"])
env.Append(CPPPATH=[path.join(os.getcwd(), 'deps/cppcodec')])
# On Linux, build TGUI from the subtree if necessary
if platform == 'posix':
def check_tgui(conf, second_attempt=False):