From 53753f0d210e5a27eec90f0f4529fbc91c0ad3c1 Mon Sep 17 00:00:00 2001 From: SCG82 Date: Fri, 13 Dec 2019 04:28:13 -0800 Subject: [PATCH] add -mmacosx-version-min=10.13 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e6ba3f..51200c1 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ DESTDIR= PREFIX=/usr/local CXX=clang++ LD=$(shell xcrun -f clang++) -CXXFLAGS=-O2 -std=c++17 -LDFLAGS=-std=c++17 +CXXFLAGS=-O2 -std=c++17 -mmacosx-version-min=10.13 +LDFLAGS=-std=c++17 -mmacosx-version-min=10.13 all: dylibbundler