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

Fixed build under RHEL based Linux where libraries are installed into lib64 instead of just lib #834

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

metthal
Copy link
Member

@metthal metthal commented Aug 5, 2020

When I tried to build RetDec on my Fedora 32, it didn't build bacause it was trying to look for yaramod in lib folder while RHEL based distros use lib64 when 64-bit system is used. CMAKE_INSTALL_LIBDIR should take care of this.

@PeterMatula
Copy link
Collaborator

Wow, I didn't know this. Few days ago I had a similar problem with Capstone being installed to to lib or lib64 depending on the system. And I wrote some horrible hack to solve it :-D

@PeterMatula PeterMatula merged commit b56784d into master Aug 7, 2020
@PeterMatula PeterMatula deleted the fedora-build branch August 7, 2020 08:23
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