Skip to content

Commit 1061c84

Browse files
committed
fix(makefile): link Windows bcrypt and gomp libraries
1 parent e6486eb commit 1061c84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ ifeq ($(PLATFORM),windows)
6969
LDFLAGS += -shared
7070
# Create .def file for Windows
7171
DEF_FILE := $(BUILD_DIR)/ai.def
72+
LDFLAGS += -lbcrypt -lgomp
7273
STRIP = strip --strip-unneeded $@
7374
else ifeq ($(PLATFORM),macos)
7475
TARGET := $(DIST_DIR)/ai.dylib

0 commit comments

Comments
 (0)