Kill RUSTC_HAS_PR45225 🎉

This commit is contained in:
Anthony Ramine 2018-02-28 16:31:19 +01:00
parent 169b44bc9d
commit 3abc020744
4 changed files with 5 additions and 17 deletions

View file

@ -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":