We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c8168 commit 470f70eCopy full SHA for 470f70e
Makefile
@@ -69,7 +69,7 @@ else ifeq ($(PLATFORM),android)
69
70
CC = $(BIN)/$(ARCH)-linux-android26-clang
71
TARGET := $(DIST_DIR)/vector.so
72
- LDFLAGS += -shared
+ LDFLAGS += -lm -shared
73
else ifeq ($(PLATFORM),ios)
74
TARGET := $(DIST_DIR)/vector.dylib
75
SDK := -isysroot $(shell xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=11.0
0 commit comments