Skip to content

Commit

Permalink
Remove unused PCRE16 flag (Mudlet#4364)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored and Chris7 committed Jan 2, 2022
1 parent b446fdf commit 766fde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/appveyor.functions.ps1
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 766fde3

Please sign in to comment.