Skip to content

Commit b570eef

Browse files
d-nettonickrobinson251
authored andcommitted
RAI: fix string interpolation on OPENBLAS_BUILD_OPTS
1 parent 3e0b081 commit b570eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/openblas.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ OPENBLAS_CFLAGS := -O2
4444

4545
# Decide whether to build for 32-bit or 64-bit arch
4646
ifneq ($(XC_HOST),)
47-
OPENBLAS_BUILD_OPTS += OSNAME=$(OS) CROSS=1 HOSTCC=$(HOSTCC) CROSS_SUFFIX=$(CROSS_COMPILE)
47+
OPENBLAS_BUILD_OPTS += OSNAME=$(OS) CROSS=1 HOSTCC="$(HOSTCC)" CROSS_SUFFIX=$(CROSS_COMPILE)
4848
endif
4949
ifeq ($(OS),WINNT)
5050
ifneq ($(ARCH),x86_64)

0 commit comments

Comments
 (0)