From 8b2aadc30be9e7da163b0eb5b88f2988f5b43f9e Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 24 Nov 2014 17:23:30 -0800 Subject: ports/cef: Implement accelerated compositing for the CEF port. --- python/servo/build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/build_commands.py') diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index e3e41ca38e2..cade77fbbd7 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -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 -- cgit v1.2.3