mirror of https://github.com/status-im/go-waku.git
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…
Reference in New Issue