Skip to content

Commit

Permalink
Make tool binary world-accessible
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin authored and Ivan-Velickovic committed Apr 24, 2024
1 parent 3597831 commit c2cfd9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ def build_tool(tool_target: Path, target_triple: str) -> None:

copy(tool_output, tool_target)

tool_target.chmod(0o777)


def build_sel4(
sel4_dir: Path,
Expand Down

0 comments on commit c2cfd9a

Please sign in to comment.