-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
pcre2: add version 10.43 #22797
pcre2: add version 10.43 #22797
Conversation
This comment has been minimized.
This comment has been minimized.
Need to pass the new definition for Windows: PCRE2Project/pcre2@pcre2-10.42...pcre2-10.43#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR750
def package_info(self):
if is_msvc(self) and self.options.shared:
self.cpp_info.defines.append("PCRE2POSIX_SHARED=1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Arigato @toge!
Conan v1 pipeline ✔️All green in build 2 (
Conan v2 pipeline ✔️
All green in build 2 (
|
Specify library name and version: pcre2/10.43