Kaydet (Commit) 5277b438 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: PythonTest depends on python.exe wrapper on WNT

Change-Id: Idfd2a6d68fecfb5a473938a74a9020f76fbc2c4b
üst 97278574
......@@ -445,7 +445,7 @@ endef
# PythonTest class
gb_PythonTest_PRECOMMAND := $(gb_CppunitTest_CPPTESTPRECOMMAND)
gb_PythonTest_DEPS := $(call gb_Package_get_target,python3)
gb_PythonTest_DEPS := $(call gb_Package_get_target,python3) $(call gb_Executable_get_target,python)
ifeq ($(strip $(CPPUNITTRACE)),TRUE)
gb_CppunitTest_GDBTRACE := '$(DEVENV)' /debugexe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment