Quash these warnings on macos, too.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4540 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-10-19 12:41:43 +00:00
parent 8311404a09
commit 0326a1f8cc

View File

@ -549,7 +549,7 @@ $(ANDROID_TARGETS): LDFLAGS += \
-llog \
-lssl \
-lcrypto
$(IOS_TARGETS) $(IOSSIM_TARGETS): CFLAGS += \
$(MACOS_TARGETS) $(IOS_TARGETS) $(IOSSIM_TARGETS): CFLAGS += \
-Wno-unknown-warning-option
$(IOS_TARGETS) $(IOSSIM_TARGETS): LDFLAGS += \
-framework Foundation \