wxHexEditor
wxHexEditor copied to clipboard
Fix OpenMP build errors
Allows wxHexEditor to build with OpenMP on Debian/Ubuntu with GCC
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.