e12e14ef03
Also made the library build script more generic.
9 lines
146 B
Bash
Executable File
9 lines
146 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source "${BASH_SOURCE%/*}/build_lib"
|
|
|
|
autoreconf() {
|
|
command autoreconf -Iautoconf-archive/m4 "$@"
|
|
}
|
|
|
|
build libjson-c ios
|