Haiku is "haiku".

This commit is contained in:
Zoltán Mizsei 2018-12-27 18:39:42 +01:00 committed by Max Kellermann
parent 7104ac963b
commit 2568bc3957
1 changed files with 1 additions and 1 deletions

View File

@ -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'