Skip to content

Commit

Permalink
Merge pull request #240 from Perlence/define-macos-flag
Browse files Browse the repository at this point in the history
Define the MACOS_X flag for macOS builds
  • Loading branch information
ec- authored Sep 8, 2023
2 parents e445088 + ac7a93e commit cf23ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ ifeq ($(COMPILE_PLATFORM),darwin)

BASE_CFLAGS += -Wno-unused-result

BASE_CFLAGS += -DMACOS_X

OPTIMIZE = -O2 -fvisibility=hidden

SHLIBEXT = dylib
Expand Down

0 comments on commit cf23ae0

Please sign in to comment.