You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make
make: *** No rule to make target '-lgomp', needed by 'src/HexEditorGui.o'. Stop.
IMHO it is not good to try to create $(LIBS), especially not "-lgomp".
Below patch fixes this by introducing $(LOCAL_LIBS), which are meant to be "made" by make. Then $(LIBS) is just "-lgomp", which is an external dependency of the project. patch.txt