Skip to content

Commit

Permalink
Remove unused PCRE16 flag (#4364)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 18, 2020
1 parent 0aa3f1b commit bea4ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/appveyor.functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function InstallPcre() {
DownloadFile "https://ftp.pcre.org/pub/pcre/pcre-8.43.zip" "pcre.zip"
ExtractZip "pcre.zip" "pcre"
Set-Location pcre\pcre-8.43
RunConfigure "--enable-utf --enable-unicode-properties --enable-pcre16 --prefix=$Env:MINGW_BASE_DIR_BASH"
RunConfigure "--enable-utf --enable-unicode-properties --prefix=$Env:MINGW_BASE_DIR_BASH"
RunMake
RunMakeInstall
}
Expand Down

0 comments on commit bea4ce3

Please sign in to comment.