| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0d73b63 commit 3490c1f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,8 +65,8 @@ let | |||
| 65 | 65 | else | |
| 66 | 66 | "--with-intl=${if useSharedICU then "system" else icu}-icu" | |
| 67 | 67 | ) | |
| 68 | + "--v8-${if withTemporal then "enable" else "disable"}-temporal-support" | ||
| 68 | 69 | ] | |
| 69 | - ++ pkgs.lib.optional withTemporal "--v8-enable-temporal-support" | ||
| 70 | 70 | ++ pkgs.lib.optional (withTemporal && useSharedTemporal) "--shared-temporal_capi"; | |
| 71 | 71 | in | |
| 72 | 72 | pkgs.mkShell { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments