ludocode / mpack

MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
MIT License
533 stars 82 forks source link

tools/unit.sh help - does not work #107

Open marcinsztajn opened 1 year ago

marcinsztajn commented 1 year ago

Listing all targets using tools/unit.sh help not work. To make this work, the 524 line in the configure.py need to me changed from: out.write(" command = cat .build/help\n") to out.write(" command = cat .build/unit/help\n")