Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit b48a874

Browse files
author
Tomasz Patejko
committed
Corrected C compiler passed to MKLDNN
1 parent 1d211ad commit b48a874

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.mkldnn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ MKLDNN_CC := $(CC)
1010

1111
# We do this because earlier versions of CMake have problems with ccache
1212
ifneq (,$(findstring ccache,$(CXX)))
13-
MKLDNN_CXX = $(lastword $(CXX))
13+
MKLDNN_CXX = $(lastword $(CXX))
1414
endif
1515

1616
ifneq (,$(findstring ccache,$(CC)))
17-
MKLDNN_CC = $(lastword $(CC))
17+
MKLDNN_CC = $(lastword $(CC))
1818
endif
1919

2020
MKLDNN_GITHUB := https://github.com/01org/mkl-dnn.git

0 commit comments

Comments
 (0)