Skip to content

Commit b0f83c2

Browse files
d-nettoRAI CI (GitHub Action Automation)
authored and
RAI CI (GitHub Action Automation)
committed
RAI: fix string interpolation on OPENBLAS_BUILD_OPTS
1 parent 75efe9a commit b0f83c2

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)