add -mmacosx-version-min=10.13
This commit is contained in:
parent
1487f42082
commit
53753f0d21
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue