From 5c8dd4e7c33800c31ea9c948246ea3a554e77455 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 30 Mar 2019 11:30:55 -0400 Subject: [PATCH] Demote the TODO about 32-bit Mac from a MESONTODO to a normal TODO, meaning it doesn't block merging this branch back. Turns out we're not 32-bit compliant anymore :/ I'll handle that separately. --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0921673f..91eaf94e 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,6 @@ # [--layout=flat] \ (useful for distribution and Windows DLL tests) # [--b_sanitize=whatever] # It turns out that I wouldn't really need any custom options; go figure. -# MESONTODO I'm not sure how to allow building 32-bit instead of 64-bit with meson. # 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: @@ -16,6 +15,8 @@ # - 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 + # we have to specify C++ here even if we're not using C++ immediately because otherwise none of the C++ built-in options are available (sigh; MESONTODO) project('libui', ['c', 'cpp'], meson_version: '>=0.48.0',