From 6d1d4d0a5506dce90c833ef8dd141058fea3c33a Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Mon, 25 Dec 2023 06:05:40 -0600 Subject: [WIP] Add instances still need to do the following: - check if the folder exists - try and find some way to canonicalize the path name --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 073c348..dc8284b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,5 @@ project('l2su', 'c') +add_global_arguments('-D_POSIX_C_SOURCE=200809L', language : 'c') curl_dep = dependency('libcurl') jansson_dep = dependency('jansson') -- cgit v1.2.3-70-g09d2