wxHexEditor icon indicating copy to clipboard operation
wxHexEditor copied to clipboard

Fix OpenMP build errors

Open mendelmunkis opened this issue 4 years ago • 1 comments

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

mendelmunkis avatar Jun 03 '20 18:06 mendelmunkis

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.

markasoftware avatar May 22 '22 03:05 markasoftware