Fix cflags

pull/7/head
Anton Smirnov 5 years ago
parent 45d2945868
commit 9ae0efc831

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

Loading…
Cancel
Save