Removed TODOs about finding the best wya to do things, as either there is none or the way I was doing it was already the right way (as with -mmacosx-version-min, judging from the repo code).

This commit is contained in:
Pietro Gagliardi 2019-03-26 22:03:39 -04:00
parent fec83e72bf
commit c940b85b84
1 changed files with 0 additions and 2 deletions

View File

@ -71,13 +71,11 @@ libui_project_compile_args = []
libui_project_link_args = []
if libui_OS == 'darwin'
# TODO see if there's a more direct way to set this
libui_macosx_version_min = '-mmacosx-version-min=10.8'
libui_project_compile_args += [libui_macosx_version_min]
libui_project_link_args += [libui_macosx_version_min]
endif
# TODO see if there's a more direct way to set any of these
if libui_MSVC
# TODO subsystem version