Skip to content

Commit 2482e1d

Browse files
committed
Fix environment variable
1 parent 9cc662b commit 2482e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/make/lib/benchmark

tools/make/lib/benchmark/c.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ benchmark-c:
2323
BLAS="$(BLAS)" \
2424
BLAS_DIR="$(BLAS_DIR)" \
2525
CEPHES="$(DEPS_CEPHES_BUILD_OUT)" \
26-
CEPHES_SRC="$(CEPHES_SRC)" \
26+
CEPHES_SRC="$(DEPS_CEPHES_SRC)" \
2727
"${compile_c_benchmark_bin}" $$file && \
2828
$(MAKE) run || exit 1; \
2929
done

0 commit comments

Comments
 (0)