reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 71caac918b57df89e9b18c851bffb12bbfc80735
parent 150bd7c4c489ed3890b4ada283d50b2620f52ffe
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sat,  5 Dec 2020 07:42:03 -0500

bump macOS deployment target to 10.9

Diffstat:
M.appveyor.yml | 2+-
Msrc/CMakeLists.txt | 6------
2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml @@ -76,7 +76,7 @@ for: sudo installer -pkg '/Volumes/Command Line Developer Tools/Command Line Tools.pkg' -target / ;; *) - DEPLOY_TARGET=10.7 + DEPLOY_TARGET=10.9 export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX10.10.sdk curl -fsSLO https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.10.sdk.tar.xz echo 608a89db8b4be150a945871230b5ba5d4767a8500bc5fe76ddf10f5cec5ef513 MacOSX10.10.sdk.tar.xz | sha256sum -c diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -131,12 +131,6 @@ else() if(HAVE_NON_C_TYPEDEF_FOR_LINKAGE) target_compile_options(reapack PUBLIC -Wno-non-c-typedef-for-linkage) endif() - - if(APPLE) - # macOS 10.7–10.8 defaults to libstdc++ - target_compile_options(reapack PUBLIC -stdlib=libc++) - target_link_libraries(reapack c++) - endif() endif() target_link_libraries(reapack