diff --git a/prog/_jBuild/jCommonRules.jam b/prog/_jBuild/jCommonRules.jam index 3c37844b0..0f30250fa 100644 --- a/prog/_jBuild/jCommonRules.jam +++ b/prog/_jBuild/jCommonRules.jam @@ -8,7 +8,7 @@ if $(OS) in MACOSX && $(PYTHON_EXE) = python3 && ! [ GLOB /usr/bin : $(PYTHON_EX PYTHON_EXE = python ; } -actions together quietly ignore null_action +actions together quietly updated null_action { }