diff options
author | Zoltán Mizsei <zmizsei@extrowerk.com> | 2018-12-27 18:39:42 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-01-04 18:59:49 +0100 |
commit | 2568bc39573cd6b3c6bc4feb2265951675b00c4f (patch) | |
tree | b92135e0a2f11495c8f146c055a79baabbd68079 /meson.build | |
parent | 7104ac963b7506cd1442d7f9060df1793b2ba656 (diff) |
Haiku is "haiku".
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a836eb2d2..12e5d4cd7 100644 --- a/meson.build +++ b/meson.build @@ -99,7 +99,7 @@ is_linux = host_machine.system() == 'linux' is_android = get_option('android_ndk') != '' is_darwin = host_machine.system() == 'darwin' is_windows = host_machine.system() == 'windows' -is_haiku = host_machine.system() == 'haiku' # TODO is this correct? +is_haiku = host_machine.system() == 'haiku' if is_android common_cppflags += '-DANDROID' |