We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4ba64 commit 47dad39Copy full SHA for 47dad39
code/logic/meson.build
@@ -1,4 +1,6 @@
1
dir = include_directories('.')
2
+add_project_arguments('-D_POSIX_C_SOURCE=200112L', language: 'c')
3
+add_project_arguments('-D_POSIX_C_SOURCE=200112L', language: 'cpp')
4
5
fossil_sys_lib = library('fossil_sys',
6
files('memory.c', 'datetime.c', 'hostinfo.c', 'syscall.c', 'bitwise.c'),
0 commit comments