eina - fix build problem on Windows introduced by fixes from raster

This commit is contained in:
Vincent Torri 2024-06-06 22:02:59 +02:00
parent 95701baae7
commit a29471fe27
1 changed files with 1 additions and 1 deletions

View File

@ -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