Skip to content

Commit d7eab38

Browse files
committed
tools: pass the Temporal disable flag when disabled in shell.nix
1 parent d0fa608 commit d7eab38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ let
6666
"--with-intl=${if useSharedICU then "system" else icu}-icu"
6767
)
6868
]
69+
++ pkgs.lib.optional (!withTemporal) "--v8-disable-temporal-support"
6970
++ pkgs.lib.optional withTemporal "--v8-enable-temporal-support"
7071
++ pkgs.lib.optional (withTemporal && useSharedTemporal) "--shared-temporal_capi";
7172
in

0 commit comments

Comments
 (0)