Skip to content

Commit

Permalink
meson: add static compile args to inih_dep (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
  • Loading branch information
stephanlachnit committed Feb 7, 2021
1 parent 98dafac commit cb55f57
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 @@ -77,6 +77,7 @@ endif

inih_dep = declare_dependency(
link_with : lib_inih,
compile_args : arg_static,
include_directories : inc_inih
)

Expand Down

0 comments on commit cb55f57

Please sign in to comment.