This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository echart.

View the commit online.

commit 8be9835d2bbe41e984dff48a3f643535a7497191
Author: Vincent Torri <[email protected]>
AuthorDate: Thu May 7 01:31:48 2026 +0200

    fix compilation on UNIX
---
 meson.build | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meson.build b/meson.build
index 5b4b182..b77948e 100644
--- a/meson.build
+++ b/meson.build
@@ -59,6 +59,10 @@ foreach cf: echart_cflags_try
   endif
 endforeach
 
+if not sys_windows
+  add_project_arguments('-D_POSIX_C_SOURCE=200809L', language: 'c')
+endif
+
 # dependencies
 
 efl_req = '>= 1.28'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to