Skip to content

Commit

Permalink
chore: Document pkgconfig file support to Meson build (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
taozuhong authored Jul 15, 2024
1 parent 2aa2e69 commit b71327d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,5 @@ if get_option('apps')
endif

pkg = import('pkgconfig')
pkg.generate(nanoarrow_lib)
pkg.generate(nanoarrow_lib,
description : 'Helpers for Arrow C Data & Arrow C Stream interfaces')

0 comments on commit b71327d

Please sign in to comment.