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

git pushed a commit to reference refs/pull/47/head
in repository efl.

View the commit online.

commit 0f3c3b61420f9678c3c61d7f4147061150ee1c11
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 57c063a82b..c3cd123eb9 100644
--- a/src/lib/eina/meson.build
+++ b/src/lib/eina/meson.build
@@ -379,7 +379,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.

Reply via email to