Fix armhf root_path.

This commit is contained in:
Matthieu Gautier 2023-10-20 16:24:57 +02:00
parent 2f5a368e6c
commit c889a062dd
1 changed files with 1 additions and 1 deletions

View File

@ -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):