File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ make clean
9292tools/license-builder.sh
9393```
9494
95- - Now, fix the default URL for the ` full-icu ` build in ` /configure ` , in
95+ - Now, fix the default URL for the ` full-icu ` build in ` /configure.py ` , in
9696the ` configure_intl() ` function. It should match the ICU URL used in the
9797first step. When this is done, the following should build with full ICU.
9898
104104make test-ci
105105```
106106
107- - commit the change to ` configure ` along with the updated ` LICENSE ` file.
107+ - commit the change to ` configure.py ` along with the updated ` LICENSE ` file.
108108
109109 - Note: To simplify review, I often will “pre-land” this patch, meaning that
110110 I run the patch through `curl -L https://github.com/nodejs/node/pull/xxx.patch
Original file line number Diff line number Diff line change 2222parser .add_option ('--icutmp' ,
2323 action = 'store' ,
2424 dest = 'icutmp' ,
25- default = 'out/Release/gen/icutmp' ,
25+ default = 'out/Release/obj/ gen/icutmp' ,
2626 help = 'path to icutmp dir.' )
2727
2828
You can’t perform that action at this time.
0 commit comments