Skip to content

Commit

Permalink
readline on mac does not need the path for linking..
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral Shah committed May 17, 2011
1 parent d402e49 commit b253587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIBS = -L$(EXTROOT)/lib -lutil -ldl -lm $(OSLIBS) -lpthread
LLTDIR = $(JULIAHOME)/src/support
FLISPDIR = $(JULIAHOME)/src/flisp
MONGOOSE = $(JULIAHOME)/external/mongoose
READLINE = -L$(JULIAHOME)/lib/ -lncurses -lreadline
READLINE = -lncurses -lreadline

FLAGS = -falign-functions -Wall -Wno-strict-aliasing \
-I$(JULIAHOME)/src -I$(LLTDIR) -I$(FLISPDIR) \
Expand Down

0 comments on commit b253587

Please sign in to comment.