| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d26ca46 commit 0d73b63
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1563,7 +1563,7 @@ def check_compiler(o): | |||
| 1563 | 1563 | o['variables']['llvm_version'] = get_llvm_version(CC) if is_clang else '0.0' | |
| 1564 | 1564 | ||
| 1565 | 1565 | # cargo and rustc are needed for Temporal. | |
| 1566 | - if not options.v8_disable_temporal_support or not options.shared_temporal_capi: | ||
| 1566 | + if not options.v8_disable_temporal_support and not options.shared_temporal_capi: | ||
| 1567 | 1567 | # Minimum cargo and rustc versions should match values in BUILDING.md. | |
| 1568 | 1568 | min_cargo_ver_tuple = (1, 82) | |
| 1569 | 1569 | min_rustc_ver_tuple = (1, 82) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments