Start day 16, scene refactor.

This commit is contained in:
Zed A. Shaw 2026-08-26 13:22:27 -04:00
parent f2a20876f3
commit 3041ae0172
73 changed files with 14114 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
mv -f ./subprojects/packagecache .
rm -rf subprojects builddir
mkdir subprojects
mv -f packagecache ./subprojects/ && true
mkdir builddir
cp wraps/*.wrap subprojects/
# on OSX you can't do this with static
meson setup --default-library=static --prefer-static builddir