We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f25ac commit 7d05835Copy full SHA for 7d05835
.github/scripts/download-bundled/pcre2.sh
@@ -17,7 +17,6 @@ cd ext/pcre/pcre2lib
17
18
# renamed files
19
mv pcre2_chartables.c.dist pcre2_chartables.c
20
-mv config.h.generic config.h
21
22
# unneeded files
23
rm -rf .deps
@@ -35,6 +34,7 @@ rm pcre2test.c
35
34
rm stamp-h1
36
37
# added files
+git restore config.h # based on config.h.generic but with many changes
38
git restore pcre2.c
39
git restore pcre2_jit_compile.c
40
0 commit comments