We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fa608 commit 514491eCopy full SHA for 514491e
configure.py
@@ -1563,7 +1563,7 @@ def check_compiler(o):
1563
o['variables']['llvm_version'] = get_llvm_version(CC) if is_clang else '0.0'
1564
1565
# cargo and rustc are needed for Temporal.
1566
- if not options.v8_disable_temporal_support or not options.shared_temporal_capi:
+ if not options.v8_disable_temporal_support and not options.shared_temporal_capi:
1567
# Minimum cargo and rustc versions should match values in BUILDING.md.
1568
min_cargo_ver_tuple = (1, 82)
1569
min_rustc_ver_tuple = (1, 82)
0 commit comments