| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1626,7 +1626,7 @@ def icu_download(path): | |||
| 1626 | 1626 | ||
| 1627 | 1627 | # write an empty file to start with | |
| 1628 | 1628 | write(icu_config_name, do_not_edit + | |
| 1629 | - pprint.pformat(icu_config, indent=2) + '\n') | ||
| 1629 | + pprint.pformat(icu_config, indent=2, width=1024) + '\n') | ||
| 1630 | 1630 | ||
| 1631 | 1631 | # always set icu_small, node.gyp depends on it being defined. | |
| 1632 | 1632 | o['variables']['icu_small'] = b(False) | |
@@ -1878,7 +1878,7 @@ def icu_download(path): | |||
| 1878 | 1878 | ||
| 1879 | 1879 | # write updated icu_config.gypi with a bunch of paths | |
| 1880 | 1880 | write(icu_config_name, do_not_edit + | |
| 1881 | - pprint.pformat(icu_config, indent=2) + '\n') | ||
| 1881 | + pprint.pformat(icu_config, indent=2, width=1024) + '\n') | ||
| 1882 | 1882 | return # end of configure_intl | |
| 1883 | 1883 | ||
| 1884 | 1884 | def configure_inspector(o): | |
@@ -2016,7 +2016,7 @@ def make_bin_override(): | |||
| 2016 | 2016 | print_verbose(output) | |
| 2017 | 2017 | ||
| 2018 | 2018 | write('config.gypi', do_not_edit + | |
| 2019 | - pprint.pformat(output, indent=2) + '\n') | ||
| 2019 | + pprint.pformat(output, indent=2, width=1024) + '\n') | ||
| 2020 | 2020 | ||
| 2021 | 2021 | write('config.status', '#!/bin/sh\nset -x\nexec ./configure ' + | |
| 2022 | 2022 | ' '.join([pipes.quote(arg) for arg in original_argv]) + '\n') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments