Skip to content

Commit

Permalink
Meson changes (#135)
Browse files Browse the repository at this point in the history
* Use the object vs string for jansson in meson.build

* Avoid meson warnings
  • Loading branch information
hdholm authored Feb 1, 2024
1 parent 253549a commit c1569b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pkg.generate(

requires_private: [ 'zlib', 'libcrypto' ],
libraries: libjose_lib,
requires: 'jansson',
requires: jansson,
)

if a2x.found()
Expand Down

0 comments on commit c1569b7

Please sign in to comment.