Update build system
This commit is contained in:
parent
21adf7acf0
commit
a4e99696a1
15 changed files with 737 additions and 314 deletions
|
|
@ -7,7 +7,7 @@ MONOLITHIC_TESTS="src/isodate/build.app src/isodate/build.monolithic"
|
|||
|
||||
if [ -z "${isodate_MONOLITHIC}" ]
|
||||
then
|
||||
MONOLITHIC_SOURCE="$(echo src/isodate/*.c)"
|
||||
MONOLITHIC_SOURCE="$(find src/isodate/ -name '*.c' | sort)"
|
||||
make_monolithic ${SRC} C || return 1
|
||||
|
||||
isodate_MONOLITHIC=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue