openblas: Add missing parenthesis

Fixes #559.

Don't know how it worked before.
This commit is contained in:
Timothy Gu 2014-11-18 11:11:37 -08:00
parent 58f0234a56
commit df30709094
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ $(PKG)_MAKE_OPTS = \
DYNAMIC_ARCH=1 \
ARCH=$(strip \
$(if $(findstring x86_64,$(TARGET)),x86_64,\
$(if $(findstring i686,$(TARGET)),x86)) \
$(if $(findstring i686,$(TARGET)),x86))) \
BINARY=$(BITS) \
$(if $(BUILD_STATIC),NO_SHARED=1) \
$(if $(BUILD_SHARED),NO_STATIC=1) \