Commit 2568bc39 authored by Zoltán Mizsei's avatar Zoltán Mizsei Committed by Max Kellermann

Haiku is "haiku".

parent 7104ac96
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment