Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path for CEF build. #4207

Merged
merged 2 commits into from Dec 7, 2014
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Some generated files are not rendered by default. Learn more.

@@ -13,8 +13,6 @@ extern crate log;
#[phase(plugin)]
extern crate "plugins" as servo_plugins;

extern crate rustuv;

extern crate servo;

extern crate azure;
@@ -106,7 +106,7 @@ def build_cef(self, jobs=None, verbose=False, release=False):
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)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.