From 223972f87b18ff1d0f7e27fab12bc6eef28238d0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 30 Mar 2019 11:36:51 -0400 Subject: [PATCH] Removed the MESONTODO for Haiku (*_machine.system() already supports this) and DESTDIR (Meson handles this for us; see https://mesonbuild.com/Installing.html#destdir-support). --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index 91eaf94e..24f068aa 100644 --- a/meson.build +++ b/meson.build @@ -10,9 +10,6 @@ # MESONTODO figure out why test and examples aren't included in ninja all # MESONTODO "cl : Command line warning D9038 : /ZI is not supported on this platform; enabling /Zi instead" # MESONTODOs from cmake; not sure if they're relevant here: -# - uname -s for more refined OS control -# - Haiku for haiku -# - debian DESTDIR? https://github.com/andlabs/libui/pull/10 # - disable incremental linking? I forget if meson already doesn't do this or not; we did it manually in cmake # TODO I'm not sure how to allow building 32-bit instead of 64-bit with meson