This build was failing with errors in libgit2-1.8.0/utils/src/utils/process.h and now it's working. These are the only changes I made and you can see they're very minimal with no reason why they'd start suddenly working.

This commit is contained in:
Zed A. Shaw 2024-05-10 08:03:59 -04:00
parent 96b1297c62
commit aa12effae3
3 changed files with 10 additions and 4 deletions

View file

@ -2,10 +2,13 @@ mv .\subprojects\packagecache .
rm -recurse -force .\subprojects\,.\builddir\
mkdir subprojects
mv .\packagecache .\subprojects\
cp *.wrap subprojects
# cp -recurse -force packagefiles subprojects
mkdir builddir
meson wrap install fmt
meson wrap install sqlite3
meson wrap install sqlitecpp
meson wrap install ftxui
# meson setup -Ddefault_library=static builddir
meson setup builddir
# $env:CC="clang"
# $env:CXX="clang++"
meson setup -Ddefault_library=static builddir