fix: add rpath for Homebrew lib directory to resolve libsteam_api#24
fix: add rpath for Homebrew lib directory to resolve libsteam_api#24unhappychoice merged 1 commit intomainfrom
Conversation
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (beta)
No actionable comments were generated in the recent review. 🎉 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. Comment |
Summary
@executable_path/../lib/steamfetchrpath so the binary can findlibsteam_api.dylibwhen installed via Homebrew (bin/->lib/steamfetch/)@executable_path/$ORIGINrpath is preserved forinstall.shand local buildslibsteam_apitolib/steamfetch/Fixes:
dyld: Library not loaded: @loader_path/libsteam_api.dylibon macOS when installed via HomebrewSummary by CodeRabbit