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 OpenMP build errors #162

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

Conversation

mendelmunkis
Copy link

Allows wxHexEditor to build with OpenMP on Debian/Ubuntu with GCC

@markasoftware
Copy link

This commit is broken because you remove $(LIBS) as the build dependency, so it doesn't build some of the mhash stuff. Make sure to test after running git clean -dfx (seems make clean doesn't get rid of all dependencies).

Correct fix is to create a new variable for libraries that need to be build, separately from LIBS.

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