We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try the following recipe (builds fine on Windows) with 8.44
https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2
{ "name": "esy-pcre", "version": "0.1.000", "description": "pcre-8.44 packaged for esy", "esy": { "buildsInSource": true, "exportedEnv": { "PKG_CONFIG_PATH": { "scope": "global", "val": "#{self.lib / 'pkgconfig' : $PKG_CONFIG_PATH }" } }, "build": [ "chmod 755 ./configure", [ "./configure", "--disable-dependency-tracking", "--enable-utf8", "--enable-pcre8", "--enable-pcre16", "--enable-pcre32", "--enable-unicode-properties", "--enable-pcregrep-libz", "--enable-pcregrep-libbz2", "--prefix=#{self.install}", "#{os == 'windows' ? '--host=x86_64-w64-mingw32' : ''}" ], "make", "make install" ] }, "dependencies": { "esy-zlib": "esy-packages/esy-zlib#404929fd8b7ed83ed6a528d751840faff957b4b3", "esy-bzip2": "esy-packages/esy-bzip2#048f314334ae2e63b24082a7e4cfca4985b04028" }, "resolutions": {} }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Try the following recipe (builds fine on Windows) with 8.44
https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2
The text was updated successfully, but these errors were encountered: