Updated to use the latest libgit2 1.9.0 and GCC14.

This commit is contained in:
Zed A. Shaw 2025-04-16 23:44:22 -04:00
parent 62785d463c
commit 2d81f900be
10 changed files with 29 additions and 35 deletions

View file

@ -13,8 +13,8 @@ executable('threadtest', 'threadtest.cpp',
executable('badref', 'badref.cpp',
dependencies: dependencies)
executable('corotest', [
'corotest.cpp'
],
dependencies: dependencies,
cpp_args: '-fcoroutines')
#executable('corotest', [
# 'corotest.cpp'
# ],
# dependencies: dependencies,
# cpp_args: '-fcoroutines')