chore(build): add posix macro

This commit is contained in:
2025-10-26 19:22:21 +01:00
parent 58817dde9f
commit 699018727b

View File

@@ -21,5 +21,6 @@ deps = [libssl, libyaml, libcyaml, libmath, libmyclib]
add_global_arguments('-DUSE_COLORS', language: 'c') add_global_arguments('-DUSE_COLORS', language: 'c')
add_global_arguments('-DEVELOPER', language: 'c') add_global_arguments('-DEVELOPER', language: 'c')
add_global_arguments('-D_POSIX_C_SOURCE=200112L', language: 'c')
executable('cws', server, include_directories: incdir, dependencies: deps) executable('cws', server, include_directories: incdir, dependencies: deps)