From 0326a1f8cc8041b791a9249d2d86394315d915fc Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 19 Oct 2023 12:41:43 +0000 Subject: [PATCH] Quash these warnings on macos, too. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4540 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2f0ff24..d1dca610 100644 --- a/Makefile +++ b/Makefile @@ -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 \