Add default path for iso8601_leap_table_load()
This commit is contained in:
parent
b7d039a32c
commit
7ba82a2988
4 changed files with 9 additions and 3 deletions
2
config
2
config
|
|
@ -32,5 +32,7 @@
|
|||
source "scripts/paths"
|
||||
|
||||
# Project-specific variables below.
|
||||
[ -z "${DEFAULT_LEAP_TABLE}" ] && DEFAULT_LEAP_TABLE="${SHAREDIR}/libiso8601/leap-table"
|
||||
|
||||
[ -z "${CC}" ] && CC="gcc"
|
||||
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue