mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Fix armhf root_path.
This commit is contained in:
@ -35,7 +35,7 @@ class ArmPlatformInfo(PlatformInfo):
|
||||
|
||||
@property
|
||||
def root_path(self):
|
||||
return pj(self.toolchain.build_path, self.arch_full)
|
||||
return self.toolchain.build_path
|
||||
|
||||
@property
|
||||
def binaries(self):
|
||||
|
Reference in New Issue
Block a user