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 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Fix path for CEF build.

  • Loading branch information
gw3583 committed Dec 7, 2014
commit b12311ada5e597259791e8726a5059b0641a7c48
@@ -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.