We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6486eb commit 1061c84Copy full SHA for 1061c84
1 file changed
Makefile
@@ -69,6 +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
73
STRIP = strip --strip-unneeded $@
74
else ifeq ($(PLATFORM),macos)
75
TARGET := $(DIST_DIR)/ai.dylib
0 commit comments