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