Updated to use the latest libgit2 1.9.0 and GCC14.
This commit is contained in:
parent
62785d463c
commit
2d81f900be
10 changed files with 29 additions and 35 deletions
4
Makefile
4
Makefile
|
@ -4,7 +4,7 @@ reset:
|
|||
powershell -executionpolicy bypass .\scripts\reset_build.ps1
|
||||
|
||||
patch:
|
||||
powershell "cp ./patches/process.h ./subprojects/libgit2-1.8.1/src/util/process.h"
|
||||
powershell "cp ./patches/process.h ./subprojects/libgit2-1.9.0/src/util/process.h"
|
||||
|
||||
build: patch
|
||||
meson compile -j 4 -C builddir
|
||||
|
@ -17,7 +17,7 @@ test: build
|
|||
|
||||
# make an install for real maybe copy dll and .exe to dir and zip?
|
||||
install: build test
|
||||
powershell "cp ./builddir/subprojects/libgit2-1.8.1/liblibgit2package.dll ."
|
||||
powershell "cp ./builddir/subprojects/libgit2-1.9.0/liblibgit2package.dll ."
|
||||
powershell "cp ./builddir/subprojects/efsw/libefsw.dll ."
|
||||
powershell "cp builddir/escape_turings_tarpit.exe ."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue