A bit more cleanup, but still looking for more organization.

This commit is contained in:
Zed A. Shaw 2024-10-16 23:15:56 -04:00
parent e42647d727
commit 1bb8999610
6 changed files with 50 additions and 34 deletions

View file

@ -7,4 +7,5 @@ mkdir subprojects
mv packagecache ./subprojects/
mkdir builddir
cp wraps/*.wrap subprojects/
meson setup --default-library=static --prefer-static builddir
# on OSX you can't do this with static
meson setup builddir