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:
parent
fec83e72bf
commit
c940b85b84
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue