diff --git a/misc/haiku/Makefile b/misc/haiku/Makefile index 7a60a1cc..7c62a2de 100644 --- a/misc/haiku/Makefile +++ b/misc/haiku/Makefile @@ -134,7 +134,7 @@ else endif ifeq ($(shell uname -s), Haiku) - LDLIBS_HAIKU ?= -lstdc++ -lbe + LDLIBS_HAIKU ?= -lstdc++ -lgnu -lbe SRC_HAIKU ?= misc/haiku/nm.cpp OBJS_HAIKU ?= misc/haiku/nm.o endif