summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openblas.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openblas.mk b/src/openblas.mk
index 1583ab0..74407fe 100644
--- a/src/openblas.mk
+++ b/src/openblas.mk
@@ -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) \