| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e7ca09f commit d56c0f7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ mv zlib deps/ | |||
| 15 | 15 | mv deps/zlib.gyp deps/GN-scraper.py deps/zlib/ | |
| 16 | 16 | mkdir deps/zlib/win32 | |
| 17 | 17 | mv deps/zlib.def deps/zlib/win32 | |
| 18 | - sed -i -- 's_^#include "chromeconf.h"_//#include "chromeconf.h"_' deps/zlib/zconf.h | ||
| 18 | + perl -i -pe 's|^#include "chromeconf.h"|//#include "chromeconf.h"|' deps/zlib/zconf.h | ||
| 19 | 19 | ``` | |
| 20 | 20 | ||
| 21 | 21 | Check that Node.js still builds and tests. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments