Skip to content

Commit

Permalink
Debugging actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Dec 9, 2024
1 parent c7d122f commit 9a735fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,12 @@ if host_machine.system() == 'darwin'
subdir: 'lib3270'
)

# Supplied by win_iconv-devel-static
app_conf.set('HAVE_ICONV',1)
lib_extra += [
c.find_library('iconv', required : false)
]

lib_src += darwin_src

endif
Expand Down

0 comments on commit 9a735fd

Please sign in to comment.