Fix possible error
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
471624b464
commit
ab5e61d710
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ ifndef UNAME_M
|
|||
UNAME_M := $(shell uname -m)
|
||||
endif
|
||||
|
||||
ARCH_LINUX := $(shell grep -e "Arch Linux" -e "ID_LIKE=arch" /etc/os-release)
|
||||
ARCH_LINUX := $(shell grep -e "Arch Linux" -e "ID_LIKE=arch" /etc/os-release 2>/dev/null)
|
||||
ifdef ARCH_LINUX
|
||||
LDFLAGS_EXTRA += -lcblas
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue