Skip to content

Commit 6ef3b02

Browse files
authoredSep 19, 2017
Require MacOS 10.8, so that we have std::promise<void>
1 parent a5b69fc commit 6ef3b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ifeq ($(UNAME_S),Linux)
8787
SHAREDFLAG := -shared
8888
endif
8989
ifeq ($(UNAME_S),Darwin)
90-
SHARED_ARGS += -mmacosx-version-min=10.7 -arch x86_64
90+
SHARED_ARGS += -mmacosx-version-min=10.8 -arch x86_64
9191
MDTOOL ?= "/Applications/Xamarin Studio.app/Contents/MacOS/mdtool"
9292
SHAREDFLAG := -dynamiclib
9393
endif

0 commit comments

Comments
 (0)
Please sign in to comment.