Append CFLAGS instead of overwriting

pull/5/head
Anton Smirnov 5 years ago
parent cdcd19a54b
commit f19418268b

@ -27,7 +27,7 @@ LIB_DIRS = [LIBDIR]
dir_config('systemd', HEADER_DIRS, LIB_DIRS)
$CFLAGS = '-std=c11'
$CFLAGS = [$CFLAGS, '-std=c11'].join(' ')
def have_funcs
# check functions. redefine const list in sd_journal.h if changed

Loading…
Cancel
Save