Skip to content

Commit

Permalink
Merge pull request #1121 from sikmir/haiku
Browse files Browse the repository at this point in the history
Update Haiku Makefile
  • Loading branch information
jarun authored Aug 8, 2021
2 parents 7d17cf3 + f8aaf3b commit 2c32f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/haiku/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c32f24

Please sign in to comment.