Skip to content

Commit

Permalink
meson: add HOST_MACOS
Browse files Browse the repository at this point in the history
Reported-by: Jaimos Skriletz <jaimosskriletz@gmail.com>
Signed-off-by: Matt Jolly <kangie@gentoo.org>
  • Loading branch information
Kangie committed Oct 28, 2024
1 parent ff8c92c commit 645f5e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ if host_machine.endian() == 'big'
conf.set('WORDS_BIGENDIAN', true)
endif

if host_machine.system() == 'darwin'
conf.set10('HOST_MACOS', true)
endif

# Set static configuration.
conf.set_quoted('VERSION', meson.project_version())
conf.set_quoted('VERSIONINFO', fvwm_vcs_versioninfo)
Expand Down

0 comments on commit 645f5e6

Please sign in to comment.