Add bindir into zlib.pc.in for compatibility with Cygwin and Msys2#1920
Add bindir into zlib.pc.in for compatibility with Cygwin and Msys2#1920Dead2 merged 1 commit intozlib-ng:developfrom
Conversation
WalkthroughThe pkg-config files Changes
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (50)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1920 +/- ##
===========================================
+ Coverage 81.78% 81.79% +0.01%
===========================================
Files 147 147
Lines 13321 13321
Branches 2955 2955
===========================================
+ Hits 10894 10896 +2
Misses 1511 1511
+ Partials 916 914 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fix for issue #1918
In Msys2 and Cygwin, the
sharedlibdirvariable is set to${bindir}, whichbindirwas undefined.zlib-ng/configure
Lines 390 to 395 in 2c98ece
zlib-ng/configure
Lines 416 to 421 in 2c98ece
Summary by CodeRabbit
bindirdirectory path as a variable in the pkg-config template for improved environment configuration.