Fix path for CEF build.

This commit is contained in:
Glenn Watson 2014-12-03 17:28:52 -08:00
parent a6768b6244
commit b12311ada5

View file

@ -106,7 +106,7 @@ class MachCommands(CommandBase):
build_start = time()
with cd(path.join("ports", "cef")):
ret = subprocess.call(["cargo", "build"],
env=self.build_env(), cwd=self.servo_crate())
env=self.build_env())
elapsed = time() - build_start
print("CEF build completed in %0.2fs" % elapsed)