Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
parkchanhee committed Feb 6, 2020
1 parent 8cefe6d commit 948d982
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,9 @@ FILE_FLAGS = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE

ifeq (1,$(USE_SRA))
ifeq (1, $(MACOS))
DEBUG_FLAGS += -mmacosx-version-min=10.6
RELEASE_FLAGS += -mmacosx-version-min=10.6
SRA_LIB += -stdlib=libc++
DEBUG_FLAGS += -mmacosx-version-min=10.10
RELEASE_FLAGS += -mmacosx-version-min=10.10
endif
endif

Expand Down

0 comments on commit 948d982

Please sign in to comment.