-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add make variables for Mac OS 12.5/ARM #85
Comments
Aha! I needed to pass another flag when building:
|
Do you think @joshfrench this could be empbedded into the makefile? I mean, could we detect that we are building on a macos machine, and add these flags automatically? |
You could shell out and check Either way you're looking for |
I'd send a PR but my make syntax is pretty rusty :) |
Hey, you may want to check the new 0.4.1 release which not necessarily include many new features, but it does include statically compiled binary for aarch64. I still think this issue is worth staying open, for any Mac OS user that will want to build and help develop pistol in the future, so I'm keeping this open. |
Env:
I've previously installed Pistol on OS 11.6/Intel with no issues, but on a new machine I'm unable to install or build it.
Steps:
I get the last error (
ld: library not found for -lmagic
) when attempting to build from source, as well.I'm mostly posting this in case other OS X users run into it -- the problem seems to be with
libmagic
, and I suspect you're unable to help troubleshoot OS X anyway :)The text was updated successfully, but these errors were encountered: