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 7beb755 commit 9b9a5b1Copy full SHA for 9b9a5b1
code/logic/meson.build
@@ -1,5 +1,7 @@
1
dir = include_directories('.')
2
cc = meson.get_compiler('c')
3
+add_project_arguments('-D_POSIX_C_SOURCE=200112L', language: 'c')
4
+add_project_arguments('-D_POSIX_C_SOURCE=200112L', language: 'cpp')
5
6
# Check if the host system is Windows
7
if host_machine.system() == 'windows'
0 commit comments