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

Update Makefile for macos #8

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

Conversation

ZardashtKaya
Copy link

No description provided.

@TurtleWilly
Copy link

Not everyone has homebrew. Maybe use pkg-config instead? Make a check at the start of the makefile if pkg-config is available (in most cases it is with typical homebrew setups)

And then do something like "$(pkg-config --cflags openssl)", see example output from my system:

$ pkg-config --cflags openssl
-I/usr/local/pkgs/openssl/latest@3/include

$ pkg-config --libs openssl
-L/usr/local/pkgs/openssl/latest@3/lib -lssl -lcrypto

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