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.

11 lines
401 B

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -54,7 +54,7 @@ compiler = meson.get_compiler('c')
  4. if not compiler.has_header('http_parser.h',args : '-I/usr/local/include')
  5. error('http-parser devel files not found.')
  6. endif
  7. -http_parser = compiler.find_library('http_parser',dirs:['/usr/lib','/usr/local/lib'])
  8. +http_parser = compiler.find_library('http_parser')
  9. licenses = ['COPYING']
  10. libexecbins = []