Skip to content

Commit

Permalink
ios: properly set min supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored and Zlika committed Oct 21, 2024
1 parent 503b2bb commit 70cd796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ else
MINVERSION += -miphoneos-version-min=5.0
endif
PLATFORM_DEFINES += $(MINVERSION)
LDFLAGS += $(MINVERSION)

# tvOS
else ifeq ($(platform), tvos-arm64)
Expand Down

0 comments on commit 70cd796

Please sign in to comment.