Merge pull request #1121 from sikmir/haiku

Update Haiku Makefile
This commit is contained in:
Terminator X 2021-08-08 18:07:51 +05:30 committed by GitHub
commit 2c32f24073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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