mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
Bump macosx-version-min to 10.6 to fix deprecation warning
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
parent
d04bbfe89b
commit
160a078eb2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user