Skip to content

Commit

Permalink
Fix iconv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht authored and CoffeeFlux committed Dec 1, 2023
1 parent 05a8cc7 commit 4625653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ deps += cc.find_library('m', required: false)

iconv_dep = dependency('iconv', required: false)
if iconv_dep.found()
deps += iconv_dep
conf.set('CONFIG_ICONV', 1)
endif

Expand Down

0 comments on commit 4625653

Please sign in to comment.