diff options
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/Module_solenv.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk index 127007eae676..528ac897a13a 100644 --- a/solenv/Module_solenv.mk +++ b/solenv/Module_solenv.mk @@ -23,6 +23,7 @@ $(eval $(call gb_Module_add_targets,solenv,\ endif ifneq ($(DISABLE_PYTHON),TRUE) +ifneq ($(MAKE_VERSION),3.81) # gbuildtojson requires 3.82+ ifneq ($(OS),WNT) # disable on Windows for now, causes gerrit/jenkins failures ifneq ($(OS),MACOSX) # disable on macOS too, fails at least for me and would be pointless anyway surely $(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\ @@ -32,6 +33,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\ endif endif endif +endif ifneq ($(COMPILER_PLUGINS),) $(eval $(call gb_Module_add_check_targets,solenv, \ |