From 160a078eb28b767421926e0bcb6f45a93fc2d220 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 18 Aug 2024 22:02:04 +0200 Subject: [PATCH] Bump macosx-version-min to 10.6 to fix deprecation warning Signed-off-by: yubiuser --- Makefile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.osx b/Makefile.osx index 970579fc..a14fdee9 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -13,7 +13,7 @@ WITH_LUA = 1 PACKAGE = Civetweb BUILD_DIR = out -CFLAGS += -DUSE_COCOA -DENABLE_CREATE_CONFIG_FILE -mmacosx-version-min=10.4 -ObjC -arch x86_64 -arch arm64 +CFLAGS += -DUSE_COCOA -DENABLE_CREATE_CONFIG_FILE -mmacosx-version-min=10.6 -ObjC -arch x86_64 -arch arm64 LDFLAGS += -framework Cocoa DMG_DIR = $(BUILD_DIR)/dmg