Fix bug of install libjson
Brought to you by:
ninja9578
In current make file, libjson.a will be copy as a "file" : prefix/lib.
Which "lib" should be a folder instead of a file.
Apply this path to fix this bug and libjson.a will be installed into "prefix/lib/libjson.a" correctly.
patch file