chore(meson): add posix feature macro

This commit is contained in:
2025-11-25 23:30:53 +01:00
parent b47854cdda
commit 824de36448

View File

@@ -7,6 +7,9 @@ project(
cc = meson.get_compiler('c')
# Add global posix feature macro
add_global_arguments('-D_POSIX_C_SOURCE=200112L', language: 'c')
# Sources without test files
lib_src = files(
'hashmap/myhashmap.c',