Skip to content

Commit

Permalink
Document fields of macOS overrides array
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Nov 8, 2023
1 parent 5e5fcfc commit dcb1619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ add_global_arguments(

if host_machine.system() == 'darwin'
cc = meson.get_compiler('c')
# [dependency name, library name, version] or
# [dependency name, library name, header with version, version define]
overrides = [
# zlib is handled automatically by dependency()
# no define for libffi version; pick a value that will pass the checks
Expand Down

0 comments on commit dcb1619

Please sign in to comment.