add -mmacosx-version-min=10.13

This commit is contained in:
SCG82 2019-12-13 04:28:13 -08:00
parent 1487f42082
commit 53753f0d21
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ DESTDIR=
PREFIX=/usr/local PREFIX=/usr/local
CXX=clang++ CXX=clang++
LD=$(shell xcrun -f clang++) LD=$(shell xcrun -f clang++)
CXXFLAGS=-O2 -std=c++17 CXXFLAGS=-O2 -std=c++17 -mmacosx-version-min=10.13
LDFLAGS=-std=c++17 LDFLAGS=-std=c++17 -mmacosx-version-min=10.13
all: dylibbundler all: dylibbundler