fix syncwritefile on windows

This commit is contained in:
cathugger
2022-06-24 18:08:51 +00:00
parent bd1b6d927e
commit f667a8a256
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