Skip to content

Commit

Permalink
Fix armhf root_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Oct 20, 2023
1 parent 2f5a368 commit c889a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiwixbuild/platforms/armhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def toolchain(self):

@property
def root_path(self):
return pj(self.toolchain.build_path, self.arch_full)
return self.toolchain.build_path

@property
def binaries(self):
Expand Down

0 comments on commit c889a06

Please sign in to comment.