Skip to content

Commit c5b08fe

Browse files
committed
build: fix undefined env var on Windows
1 parent a3c864c commit c5b08fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/make/common.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,9 @@ DEPS_OPENBLAS_CFLAGS ?=
424424
# Fortran compiler flags:
425425
DEPS_OPENBLAS_FFLAGS ?= -O3 $(fPIC)
426426

427+
# Flag indicating whether to use clang:
428+
DEPS_OPENBLAS_USE_CLANG ?=
429+
427430
# Specify stack alignment on Windows.
428431
#
429432
# [1]: https://gcc.gnu.org/onlinedocs/gcc-4.5.3/gcc/i386-and-x86_002d64-Options.html

0 commit comments

Comments
 (0)