Skip to content

Commit

Permalink
Merge pull request #83720 from Faless/web/fix_ecmascript_bigint
Browse files Browse the repository at this point in the history
[Web] Fix closure compiler builds using BIGINT
  • Loading branch information
akien-mga committed Oct 21, 2023
2 parents f22c3ff + e9df955 commit 7d69516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/web/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def configure(env: "Environment"):
env.AddMethod(create_template_zip, "CreateTemplateZip")

# Closure compiler extern and support for ecmascript specs (const, let, etc).
env["ENV"]["EMCC_CLOSURE_ARGS"] = "--language_in ECMASCRIPT6"
env["ENV"]["EMCC_CLOSURE_ARGS"] = "--language_in ECMASCRIPT_2020"

env["CC"] = "emcc"
env["CXX"] = "em++"
Expand Down

0 comments on commit 7d69516

Please sign in to comment.