mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Kill RUSTC_HAS_PR45225 🎉
This commit is contained in:
parent
169b44bc9d
commit
3abc020744
4 changed files with 5 additions and 17 deletions
|
@ -32,8 +32,7 @@ def main():
|
|||
|
||||
properties = data.PropertiesData(product=product)
|
||||
template = os.path.join(BASE, "properties.mako.rs")
|
||||
rust = render(template, product=product, data=properties, __file__=template,
|
||||
RUSTC_HAS_PR45225=os.environ.get("RUSTC_HAS_PR45225"))
|
||||
rust = render(template, product=product, data=properties, __file__=template)
|
||||
if output == "style-crate":
|
||||
write(os.environ["OUT_DIR"], "properties.rs", rust)
|
||||
if product == "gecko":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue