From 898bed99e4b90979abe33cf2a3b13fe5a1edf555 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 1 Dec 2023 01:00:58 -0600 Subject: [PATCH] [buildcore] Use python3 variable instead of python3 directly --- base.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.mk b/base.mk index 5a3bdea..128f34b 100644 --- a/base.mk +++ b/base.mk @@ -89,7 +89,7 @@ purge: ${BC_CMD_RM_RF} compile_commands.json .PHONY: test test: build - ${BC_CMD_ENVRUN} python3 -m mypy ${BC_VAR_SCRIPTS} + ${BC_CMD_ENVRUN} ${BC_CMD_PY3} -m mypy ${BC_VAR_SCRIPTS} ${BC_CMD_CMAKE_BUILD} ${BC_VAR_BUILD_PATH} test .PHONY: test-verbose test-verbose: build