From 0d8c1103206344b1d9dc9d07de24e5f9410debd8 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Tue, 17 Dec 2019 20:04:00 -0600 Subject: [PATCH] Should build wxWidgets with 10.9 SDK now --- mac/scripts/build_wxwidgets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/scripts/build_wxwidgets b/mac/scripts/build_wxwidgets index 811a6b29d..77713fde3 100755 --- a/mac/scripts/build_wxwidgets +++ b/mac/scripts/build_wxwidgets @@ -6,9 +6,9 @@ # sudo /build_wxwidgets # -# Currently, Audacity is built using the 10.7 SDK, but you may choose to target +# Currently, Audacity is built using the 10.9 SDK, but you may choose to target # 10.8 or greater by changing this variable. -min=10.7 +min=10.9 # You shouldn't need to change this, but just in case you put Xcode in a non-standard # location, update this appropriately.