Skip to content
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

feat: add ability to build the extension over system library #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

majioa
Copy link

@majioa majioa commented Apr 6, 2022

  • + ability to build the extension over system library

+ ability to build the extension over system library
end
if config_system_libraries?
# Make sure that hiredis development modules are installed ...
find_header("hiredis.h", *["", "hiredis"].map {|p| File.join(RbConfig::CONFIG["includedir"], p) })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we expect hiredis.h to be installed in the Ruby include dir? I'm wondering why we wouldn't just keep things simple and leave this as find_header("hiredis.h").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants