From 629074d269f91c94bb3eac2488e25f2cbad6d6c0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 30 Mar 2019 14:17:13 -0400 Subject: [PATCH] Slightly refactored a TODO. --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 24f068aa..471a8227 100644 --- a/meson.build +++ b/meson.build @@ -113,7 +113,8 @@ else endif endif -# TODO come up with a better way to do this, both for libui (the compiler define, used by winapi.hpp, and the manifest args) and for the binaries (the manifest args); then move that below the part below that actually adds these arguments +# TODO come up with a better way to do this, both for libui (the compiler define, used by winapi.hpp, and the manifest args) and for the binaries (the manifest args) +# TODO (after the above TODO is resolved) move that below the part below that actually adds these arguments libui_manifest_args = [] if libui_mode == 'static' libui_project_compile_args += ['-D_UI_STATIC']