win32: update pcre to pcre2-10.44.

This commit is contained in:
lijunlong
2024-08-20 17:54:06 +08:00
committed by GitHub
parent 476b640fbb
commit 347c47c784
3 changed files with 61 additions and 61 deletions

2
util/configure vendored
View File

@ -1147,7 +1147,7 @@ _EOC_
$target_dir = "\$(DESTDIR)$prefix/bin/";
}
push @make_install_cmds,
"mkdir '$target_dir'",
"mkdir -p '$target_dir'",
"cd $root_dir/build/$opm_dir && "
. "\$(INSTALL) bin/* '$target_dir'";
}