Skip to content

Commit

Permalink
Fix #44 - Build for 10.12 and beyond
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jul 8, 2020
1 parent 7dd80ed commit 6a7a930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cydia: ios
$(MAKE) -C cydia

macos:
$(CC) $(CFLAGS) -DTARGET_OSX=1 -o fsmon-macos $(SOURCES) -framework CoreServices
$(CC) $(CFLAGS) -mmacosx-version-min=10.12 -DTARGET_OSX=1 -o fsmon-macos $(SOURCES) -framework CoreServices
strip fsmon-macos

macos-pkg:
Expand Down

0 comments on commit 6a7a930

Please sign in to comment.