Skip to content
Snippets Groups Projects
Commit c6983cda authored by deuce's avatar deuce
Browse files

Use the correct variable for extra libs (such as lutil)

parent fe46774e
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ OBJS += $(MTOBJODIR)$(DIRSEP)conn_pty$(OFILE)
ifndef bcc
ifneq ($(os),sunos)
ifneq ($(os),darwin)
LDFLAGS += -lutil
EXTRA_LIBS += -lutil
endif
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment