mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
cpp: fixes ./bootstrap to surely run ./preprocess
This commit is contained in:
parent
aa2a3e5b07
commit
f3ee5ab372
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ test -f ChangeLog || touch ChangeLog
|
|||
test -f NEWS || touch NEWS
|
||||
test -f README || cp -f README.md README
|
||||
|
||||
if test ! ./preprocess; then
|
||||
./preprocess
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue