Skip to content

Commit

Permalink
Fix incorrect return type
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Aug 10, 2023
1 parent f643e97 commit a335d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycheribuild/projects/cross/cheribsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def __init__(self, *args, **kwargs) -> None:
self.make_args.set(**self.arch_build_flags)
self.extra_kernels = []

def setup(self) -> Path:
def setup(self) -> None:
super().setup()
self.destdir = self.install_dir
self._install_prefix = Path("/")
Expand Down

0 comments on commit a335d03

Please sign in to comment.