[buildcore] Use python3 variable instead of python3 directly

This commit is contained in:
2023-12-01 01:00:58 -06:00
parent 896836b1e3
commit 898bed99e4
+1 -1
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