Day 12 done, we now have various kinds of lights.

This commit is contained in:
Zed A. Shaw 2026-08-22 13:48:29 -04:00
parent fb2c871419
commit a1d2c7768d
59 changed files with 13605 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