Skip to content

Commit

Permalink
10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Disservin committed Jun 1, 2024
1 parent f680cd2 commit eec20cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ ifeq ($(COMP),clang)
endif

ifeq ($(KERNEL),Darwin)
CXXFLAGS += -mmacosx-version-min=10.3
LDFLAGS += -mmacosx-version-min=10.3
CXXFLAGS += -mmacosx-version-min=10.2
LDFLAGS += -mmacosx-version-min=10.2
ifneq ($(arch),any)
CXXFLAGS += -arch $(arch)
LDFLAGS += -arch $(arch)
Expand Down

0 comments on commit eec20cd

Please sign in to comment.