Skip to content

Commit

Permalink
Update Haiku Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Aug 8, 2021
1 parent 7d17cf3 commit f8aaf3b
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 f8aaf3b

Please sign in to comment.