зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1216171 - Fix MozbuildObject.bindir to import the correct mozinfo, r=jmaher
--HG-- extra : commitid : 4qZC33BCtve extra : rebase_source : 95a60597f910bc57d6fdf22e08fa0f8c1f675b58
This commit is contained in:
Родитель
80650cd58d
Коммит
43780d35db
|
@ -278,8 +278,8 @@ class MozbuildObject(ProcessExecutionMixin):
|
|||
|
||||
@property
|
||||
def bindir(self):
|
||||
from . import mozinfo
|
||||
if mozinfo.os == "mac":
|
||||
import mozinfo
|
||||
if mozinfo.isMac:
|
||||
return os.path.join(self.topobjdir, 'dist', self.substs['MOZ_MACBUNDLE_NAME'], 'Contents', 'Resources')
|
||||
return os.path.join(self.topobjdir, 'dist', 'bin')
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче