Slightly refactored a TODO.

This commit is contained in:
Pietro Gagliardi 2019-03-30 14:17:13 -04:00
parent 223972f87b
commit 629074d269
1 changed files with 2 additions and 1 deletions

View File

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