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 95701baae753cb13deab9def226fc440f6862614
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu Jun 6 18:30:25 2024 +0100

    eina - fix build problem introduced by fixes from vincent
    
    just introduced. fixed.
---
 src/lib/eina/meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build
index 4ab37d2112..707f88ee10 100644
--- a/src/lib/eina/meson.build
+++ b/src/lib/eina/meson.build
@@ -371,17 +371,17 @@ eina_ext_deps += [iconv]
 execinfo = cc.find_library('execinfo', required: false)
 eina_ext_deps += [execinfo]
 
-iconv_c_args = ''
+eina_c_args = [package_c_args, '-DEINA_BUILD']
 if sys_windows == true
    bcrypt = cc.find_library('bcrypt', required: true)
    eina_ext_deps += [bcrypt]
    if iconv.found()
-     iconv_c_args = '-DWINICONV_CONST='
+     eina_c_args = '-DWINICONV_CONST='
    endif
 endif
 
 eina_lib = library('eina', eina_src,
-  c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args],
+  c_args : eina_c_args,
   include_directories : config_dir,
   dependencies: eina_ext_deps + [eina_deps, evil],
   install: true,

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

Reply via email to