We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc662b commit 2482e1dCopy full SHA for 2482e1d
1 file changed
tools/make/lib/benchmark/c.mk
@@ -23,7 +23,7 @@ benchmark-c:
23
BLAS="$(BLAS)" \
24
BLAS_DIR="$(BLAS_DIR)" \
25
CEPHES="$(DEPS_CEPHES_BUILD_OUT)" \
26
- CEPHES_SRC="$(CEPHES_SRC)" \
+ CEPHES_SRC="$(DEPS_CEPHES_SRC)" \
27
"${compile_c_benchmark_bin}" $$file && \
28
$(MAKE) run || exit 1; \
29
done
0 commit comments