Fix armhf root_path.
This commit is contained in:
parent
2f5a368e6c
commit
c889a062dd
|
@ -35,7 +35,7 @@ class ArmPlatformInfo(PlatformInfo):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def root_path(self):
|
def root_path(self):
|
||||||
return pj(self.toolchain.build_path, self.arch_full)
|
return self.toolchain.build_path
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def binaries(self):
|
def binaries(self):
|
||||||
|
|
Loading…
Reference in New Issue