mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-09-20 05:47:12 +02:00
Update POCO library.
This commit is contained in:
+5
-1
@@ -11,11 +11,15 @@
|
||||
#
|
||||
LINKMODE ?= SHARED
|
||||
|
||||
ARCHFLAGS ?= -arch $(OSARCH)
|
||||
ARCHFLAGS ?= -arch $(POCO_HOST_OSARCH)
|
||||
SANITIZEFLAGS ?=
|
||||
OSFLAGS ?= -mmacosx-version-min=10.11 -isysroot $(shell xcrun --show-sdk-path)
|
||||
|
||||
ifeq ($(POCO_HOST_OSARCH),arm64)
|
||||
OPENSSL_DIR ?= /opt/homebrew/opt/openssl
|
||||
else
|
||||
OPENSSL_DIR ?= /usr/local/opt/openssl
|
||||
endif
|
||||
|
||||
#
|
||||
# Tools
|
||||
|
||||
Reference in New Issue
Block a user