This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit a29471fe279200619a28237cb8b0d0cc47dbf6f5
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Thu Jun 6 22:02:59 2024 +0200
eina - fix build problem on Windows introduced by fixes from raster
---
src/lib/eina/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build
index 707f88ee10..5b8cdc3333 100644
--- a/src/lib/eina/meson.build
+++ b/src/lib/eina/meson.build
@@ -376,7 +376,7 @@ if sys_windows == true
bcrypt = cc.find_library('bcrypt', required: true)
eina_ext_deps += [bcrypt]
if iconv.found()
- eina_c_args = '-DWINICONV_CONST='
+ eina_c_args += '-DWINICONV_CONST='
endif
endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.