[buildcore] Use python3 variable instead of python3 directly

This commit is contained in:
Gary Talent 2023-12-01 01:00:58 -06:00
parent eccb8c4fb3
commit 1e8d8c8b9e

View File

@ -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