Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 05e2f1c

Browse files
committed
add comment about windows
1 parent 87a09c3 commit 05e2f1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ ifeq ($(USE_MKLDNN), 1)
131131
CFLAGS += -I$(MKLROOT)/include
132132
LDFLAGS += -L$(MKLROOT)/lib
133133
endif
134-
134+
# MKLDNN but to needs to be dynamically linked for windows
135+
# MKLDNN is statically linked on other platforms
135136
ifneq ($(UNAME_S), Windows)
136137
LIB_DEP += $(MKLDNNROOT)/lib/libmkldnn.a
137138
else

0 commit comments

Comments
 (0)