fix syncwritefile on windows

This commit is contained in:
cathugger 2022-06-24 18:08:51 +00:00
parent bd1b6d927e
commit f667a8a256
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
2 changed files with 10 additions and 2 deletions

View file

@ -22,6 +22,7 @@ mkdir -p out
SV=mkp224o-$V
SO=$(realpath ./out/$SV)
git clone ../../ "$SO"
git -C ../../ diff | git -C "$SO" apply
cd "$SO"
rm -rf .git
./autogen.sh