File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
.github/scripts/download-bundled Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ cp -R /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
1515
1616cd ext/pcre/pcre2lib
1717
18- # renamed files
19- mv pcre2_chartables.c.dist pcre2_chartables.c
20-
2118# unneeded files
2219rm -rf .deps
20+ rm config.h.generic
2321rm pcre2.h.generic
2422rm pcre2.h.in
2523rm pcre2_dftables.c
@@ -33,9 +31,12 @@ rm pcre2posix_test.c
3331rm pcre2test.c
3432rm stamp-h1
3533
34+ # renamed files
35+ mv config.h.generic config.h
36+ mv pcre2.h.generic pcre2.h
37+ mv pcre2_chartables.c.dist pcre2_chartables.c
38+
3639# extra files
3740git restore config.h # based on config.h.generic but with many changes
38- git restore pcre2.h # based on pcre2.h.generic
39- git restore pcre2_jit_compile.c
4041
4142# patched files
You can’t perform that action at this time.
0 commit comments