| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1622,7 +1622,7 @@ def icu_download(path): | |||
| 1622 | 1622 | ||
| 1623 | 1623 | # write an empty file to start with | |
| 1624 | 1624 | write(icu_config_name, do_not_edit + | |
| 1625 | - pprint.pformat(icu_config, indent=2) + '\n') | ||
| 1625 | + pprint.pformat(icu_config, indent=2, width=1024) + '\n') | ||
| 1626 | 1626 | ||
| 1627 | 1627 | # always set icu_small, node.gyp depends on it being defined. | |
| 1628 | 1628 | o['variables']['icu_small'] = b(False) | |
@@ -1874,7 +1874,7 @@ def icu_download(path): | |||
| 1874 | 1874 | ||
| 1875 | 1875 | # write updated icu_config.gypi with a bunch of paths | |
| 1876 | 1876 | write(icu_config_name, do_not_edit + | |
| 1877 | - pprint.pformat(icu_config, indent=2) + '\n') | ||
| 1877 | + pprint.pformat(icu_config, indent=2, width=1024) + '\n') | ||
| 1878 | 1878 | return # end of configure_intl | |
| 1879 | 1879 | ||
| 1880 | 1880 | def configure_inspector(o): | |
@@ -2003,7 +2003,7 @@ def make_bin_override(): | |||
| 2003 | 2003 | print_verbose(output) | |
| 2004 | 2004 | ||
| 2005 | 2005 | write('config.gypi', do_not_edit + | |
| 2006 | - pprint.pformat(output, indent=2) + '\n') | ||
| 2006 | + pprint.pformat(output, indent=2, width=1024) + '\n') | ||
| 2007 | 2007 | ||
| 2008 | 2008 | write('config.status', '#!/bin/sh\nset -x\nexec ./configure ' + | |
| 2009 | 2009 | ' '.join([pipes.quote(arg) for arg in original_argv]) + '\n') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments