mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 10:49:59 +00:00
c and c++: rewritten and integrated
This commit is contained in:
parent
761b398083
commit
cbf7afc1cc
44 changed files with 1035 additions and 1124 deletions
|
|
@ -31,10 +31,10 @@ if test x"$1" = x"--help"; then
|
|||
fi
|
||||
|
||||
|
||||
if [ -z "$NO_NEST" ];then
|
||||
cd c && ./bootstrap $@; cd ..
|
||||
cd cpp && ./bootstrap $@; cd ..
|
||||
fi
|
||||
#if [ -z "$NO_NEST" ];then
|
||||
# cd c && ./bootstrap $@; cd ..
|
||||
# cd cpp && ./bootstrap $@; cd ..
|
||||
#fi
|
||||
|
||||
|
||||
ACLOCAL="aclocal"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue