Skip to content

Commit

Permalink
add missing cc definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Oct 2, 2023
1 parent dcc6264 commit a63307e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ python = pymod.find_installation('python3',
)

host_system = host_machine.system()
cc = meson.get_compiler('c')

# adapted from https://gitlab.gnome.org/GNOME/glib/-/blob/cd9a5c173a154e326a3ebaa28cfe41a7444625c5/meson.build#L2020-L2052
pcre2 = dependency('libpcre2-8', version: '>= 10.23', required : false)
Expand Down

0 comments on commit a63307e

Please sign in to comment.