From df30709094a059686a8570c5fd2bdb20d21948e1 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 18 Nov 2014 11:11:37 -0800 Subject: openblas: Add missing parenthesis Fixes #559. Don't know how it worked before. --- src/openblas.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- cgit v0.12