Browse Source

Bump macosx-version-min to 10.6 to fix deprecation warning

Signed-off-by: yubiuser <github@yubiuser.dev>
yubiuser 10 months ago
parent
commit
160a078eb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.osx

+ 1 - 1
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