Skip to content

Commit

Permalink
_jBuild: prevent erasing headers on jam interrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
NicSavichev committed Jan 10, 2024
1 parent a6d338b commit dec44d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog/_jBuild/jCommonRules.jam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if $(OS) in MACOSX && $(PYTHON_EXE) = python3 && ! [ GLOB /usr/bin : $(PYTHON_EX
PYTHON_EXE = python ;
}

actions together quietly null_action
actions together quietly ignore null_action
{
}

Expand Down

0 comments on commit dec44d4

Please sign in to comment.