From f8aaf3b34cb31388b52bdee8b10aa1d051d2aea9 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 8 Aug 2021 15:32:39 +0300 Subject: [PATCH] Update Haiku Makefile --- misc/haiku/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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