From a29471fe279200619a28237cb8b0d0cc47dbf6f5 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 6 Jun 2024 22:02:59 +0200 Subject: [PATCH] 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