You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
212 B

  1. --- a/cmd/meson.build
  2. +++ b/cmd/meson.build
  3. @@ -22,6 +22,6 @@ executable(meson.project_name(),
  4. 'alg.c',
  5. 'fmt.c',
  6. dependencies: jansson,
  7. - link_with: libjose,
  8. + link_whole: libjose,
  9. install: true
  10. )