Commit 09ee909e authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Fixed build error

parent b798a0be
......@@ -18,7 +18,7 @@ else
SHARED_EXT := .so*
SHELL_EXT := .sh
LIB_EXT := .a
MAKE := "make -j $(shell grep -c ^processor /proc/cpuinfo)"
MAKE := make -j $(shell grep -c ^processor /proc/cpuinfo)
endif
UNAME_P := $(shell uname -p)
ifeq ($(UNAME_P),x86_64)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment