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) ...@@ -118,7 +118,7 @@ OBJS += $(MTOBJODIR)$(DIRSEP)conn_pty$(OFILE)
ifndef bcc ifndef bcc
ifneq ($(os),sunos) ifneq ($(os),sunos)
ifneq ($(os),darwin) ifneq ($(os),darwin)
LDFLAGS += -lutil EXTRA_LIBS += -lutil
endif endif
endif endif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment