Skip to content

Commit

Permalink
update minimum macos SDK in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Jul 14, 2024
1 parent 9d13986 commit d972dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ifeq ($(OS), OSX)
ifeq ($(ARCH_DETECTED), 64BITS)
CFLAGS += -pipe -arch x86_64 -mmacosx-version-min=10.9 -isysroot $(OSX_SDK_PATH)
else
CFLAGS += -pipe -mmmx -msse -fomit-frame-pointer -arch i686 -mmacosx-version-min=10.5 -isysroot $(OSX_SDK_PATH)
CFLAGS += -pipe -mmmx -msse -fomit-frame-pointer -arch i686 -mmacosx-version-min=10.9 -isysroot $(OSX_SDK_PATH)
LDFLAGS += -read_only_relocs suppress
endif
endif
Expand Down

0 comments on commit d972dc5

Please sign in to comment.