make.sh: fix ./make.sh ios issue (#1354)
This commit is contained in:
parent
6845ccde7b
commit
6f4fcff0e7
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ V ?= 0
|
|||
|
||||
OS := $(shell uname)
|
||||
ifeq ($(OS),Darwin)
|
||||
LIBARCHS = x86_64
|
||||
LIBARCHS ?= x86_64
|
||||
PREFIX ?= /usr/local
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue