Skip to content

Commit

Permalink
Force runtime_loader permissions during build
Browse files Browse the repository at this point in the history
* Fixes #12373.
  • Loading branch information
Numerio committed Apr 5, 2016
1 parent 2f611cf commit f45b1ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/system/runtime_loader/Jamfile
Expand Up @@ -95,6 +95,9 @@ local sources =

Objects $(sources) ;

MODE on runtime_loader = $(EXEMODE) ;
Chmod runtime_loader ;

Ld runtime_loader :
[ FGristFiles $(sources:S=$(SUFOBJ)) ]
libruntime_loader.a
Expand Down

0 comments on commit f45b1ff

Please sign in to comment.