mirror of
https://github.com/servo/servo.git
synced 2025-09-04 20:18:21 +01:00
Pass the llvm_stable feature to cargo when it gets invoked from regen.py.
This commit is contained in:
parent
d6266c7cee
commit
8821fbcb6b
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ def build(objdir, target_name, kind_name=None,
|
|||
|
||||
if os.path.isdir(bindgen):
|
||||
bindgen = ["cargo", "run", "--manifest-path",
|
||||
os.path.join(bindgen, "Cargo.toml"), "--"]
|
||||
os.path.join(bindgen, "Cargo.toml"), "--features", "llvm_stable", "--"]
|
||||
else:
|
||||
bindgen = [bindgen]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue