Kaydet (Commit) baec6a14 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

Revert "Fix dependency for Mac"

This reverts commit de37e7ae4808dc9cdd84a8c21411958ed51db56.
This should now be properly fixed with a2185987.

nitpick: That commit was refering to a wrong commit anyway, it should
have refered to a2185987d instead.

Change-Id: Ic46db94568ac4074f471f42678cdf8d9fb32ef67
üst 95f22f8a
......@@ -14,7 +14,7 @@ gb_PythonTest_UNITTESTFAILED ?= $(GBUILDDIR)/platform/unittest-failed-default.sh
ifeq ($(SYSTEM_PYTHON),)
gb_PythonTest_EXECUTABLE := $(gb_Python_INSTALLED_EXECUTABLE)
gb_PythonTest_EXECUTABLE_GDB := $(gb_Python_INSTALLED_EXECUTABLE_GDB)
gb_PythonTest_DEPS ?= $(if $(filter MACOSX,$(OS)),$(call gb_GeneratedPackage_get_target,python3),$(call gb_Package_get_target,python3)) $(call gb_Package_get_target,python_shell)
gb_PythonTest_DEPS ?= $(call gb_Package_get_target,python3) $(call gb_Package_get_target,python_shell)
else
gb_PythonTest_EXECUTABLE := $(PYTHON_FOR_BUILD)
gb_PythonTest_EXECUTABLE_GDB := $(PYTHON_FOR_BUILD)
......
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