Use 'components/servo' to identify servo's repository instead of 'mach'.
This commit is contained in:
Родитель
d7fe15534e
Коммит
7fc005fb3e
|
@ -270,7 +270,7 @@ def getBuilder(config, path):
|
|||
return WebkitBuilder(config, path)
|
||||
if os.path.exists(os.path.join(path, "v8", "LICENSE.v8")):
|
||||
return V8Builder(config, path)
|
||||
if os.path.exists(os.path.join(path, "mach")):
|
||||
if os.path.exists(os.path.join(path, "components", "servo")):
|
||||
return ServoBuilder(config, path)
|
||||
|
||||
raise Exception("Unknown builder")
|
||||
|
|
Загрузка…
Ссылка в новой задаче