aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
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