mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Fix path for CEF build.
This commit is contained in:
parent
a6768b6244
commit
b12311ada5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue