From c940b85b8469f11d4b70dca1b0df96ba12558f10 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 26 Mar 2019 22:03:39 -0400 Subject: [PATCH] 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). --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 118146fd..12e96012 100644 --- a/meson.build +++ b/meson.build @@ -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