mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-05 15:33:11 +00:00
fix: add missing libraries for compiling on M1 (#320)
This commit is contained in:
parent
2b5c8769d5
commit
1542271b56
@ -12,8 +12,8 @@ all: build
|
||||
|
||||
ifeq ($(detected_OS),Linux)
|
||||
PLATFORM_FLAGS_TEST_C ?= -ldl
|
||||
else ifeq ($(detected_OS),macOS)
|
||||
PLATFORM_FLAGS_TEST_C ?= -Wl,-headerpad_max_install_names
|
||||
else ifeq ($(detected_OS),Darwin)
|
||||
PLATFORM_FLAGS_TEST_C ?= -Wl,-headerpad_max_install_names -framework CoreFoundation -framework Security
|
||||
endif
|
||||
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user