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

Commit

Permalink
add comment about windows
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Dec 1, 2018
1 parent 13304ba commit ba13908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ ifeq ($(USE_MKLDNN), 1)
CFLAGS += -I$(MKLROOT)/include
LDFLAGS += -L$(MKLROOT)/lib
endif

# MKLDNN but to needs to be dynamically linked for windows
# MKLDNN is statically linked on other platforms
ifneq ($(UNAME_S), Windows)
LIB_DEP += $(MKLDNNROOT)/lib/libmkldnn.a
else
Expand Down

0 comments on commit ba13908

Please sign in to comment.