2
0

Support for building on Linux.

This commit is contained in:
Maarten Billemont
2018-06-30 23:35:29 -04:00
parent e4e2aaad95
commit 30dac64d5d
5 changed files with 34 additions and 7 deletions

8
lib/bin/build_libjson-c-linux Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
source "${BASH_SOURCE%/*}/build_lib"
autoreconf() {
command autoreconf -Iautoconf-archive/m4 "$@"
}
build libjson-c linux