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

Fix the build on macOS PPC #824

Merged
merged 1 commit into from
Feb 4, 2023
Merged

Conversation

barracuda156
Copy link
Contributor

As is, the build fails for PPC:

Undefined symbols:
  "_opendir$INODE64", referenced from:
      _c_opendir in libfpm.a(src_filesystem_utilities.c.o)
ld: symbol(s) not found

Condition in filesystem_utilities.c is wrong, it should be Intel-only, excluding PPC as well, not just Apple M.
This PR fixes that.

Copy link
Member

@awvwgk awvwgk left a comment

Choose a reason for hiding this comment

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

Thanks for sharing, cool to see some OSX/ppc64le still being around.

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.

None yet

2 participants