Skip to content

Commit 7d05835

Browse files
committed
config.h restore
1 parent e7f25ac commit 7d05835

File tree

1 file changed

+1
-1
lines changed
  • .github/scripts/download-bundled

1 file changed

+1
-1
lines changed

.github/scripts/download-bundled/pcre2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ cd ext/pcre/pcre2lib
1717

1818
# renamed files
1919
mv pcre2_chartables.c.dist pcre2_chartables.c
20-
mv config.h.generic config.h
2120

2221
# unneeded files
2322
rm -rf .deps
@@ -35,6 +34,7 @@ rm pcre2test.c
3534
rm stamp-h1
3635

3736
# added files
37+
git restore config.h # based on config.h.generic but with many changes
3838
git restore pcre2.c
3939
git restore pcre2_jit_compile.c
4040

0 commit comments

Comments
 (0)