We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1061c84 commit dc01c7bCopy full SHA for dc01c7b
1 file changed
Makefile
@@ -69,7 +69,7 @@ ifeq ($(PLATFORM),windows)
69
LDFLAGS += -shared
70
# Create .def file for Windows
71
DEF_FILE := $(BUILD_DIR)/ai.def
72
- LDFLAGS += -lbcrypt -lgomp
+ LDFLAGS += -lbcrypt -lgomp -static-libgcc -static-libstdc++
73
STRIP = strip --strip-unneeded $@
74
else ifeq ($(PLATFORM),macos)
75
TARGET := $(DIST_DIR)/ai.dylib
0 commit comments