mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
ports/cef: Implement accelerated compositing for the CEF port.
This commit is contained in:
parent
315e166cf7
commit
8b2aadc30b
35 changed files with 1746 additions and 642 deletions
|
@ -113,7 +113,7 @@ class MachCommands(CommandBase):
|
|||
|
||||
build_start = time()
|
||||
with cd(path.join("ports", "cef")):
|
||||
ret = subprocess.call(["cargo", "build"],
|
||||
ret = subprocess.call(["cargo", "build"] + opts,
|
||||
env=self.build_env())
|
||||
elapsed = time() - build_start
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue