Update Haiku Makefile

This commit is contained in:
Nikolay Korotkiy 2021-08-08 15:32:39 +03:00
parent 7d17cf3f63
commit f8aaf3b34c
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
1 changed files with 1 additions and 1 deletions

View File

@ -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