mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
cpp: fixes windows compatibility
This commit is contained in:
parent
58854fdae9
commit
05b8c00ee7
7 changed files with 24 additions and 29 deletions
|
|
@ -36,7 +36,7 @@ test -f AUTHORS || touch AUTHORS
|
|||
test -f COPYING || touch COPYING
|
||||
test -f ChangeLog || touch ChangeLog
|
||||
test -f NEWS || touch NEWS
|
||||
test -f README || touch README
|
||||
test -f README || cp -f README.md README
|
||||
|
||||
if ! ./preprocess; then
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue