mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-22 01:34:23 +00:00
fix syncwritefile on windows
This commit is contained in:
parent
bd1b6d927e
commit
f667a8a256
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue