Skip to content

Commit

Permalink
Fixed recursive error in definition of LFLAGS.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteele committed May 8, 2017
1 parent 06fbe21 commit d020a98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vendor/voclient/voapps/Makefile
Expand Up @@ -60,9 +60,6 @@ ifeq ($(PLATFORM),Darwin)
else
CLIBS = $(LIBCURL) -lm -lc -lpthread -lrt
CARCH =
ifeq ($(PLMACH),x86_64)
LFLAGS = -L/usr/lib64 $(LFLAGS)
endif
endif

#CLIBS = $(LIBCURL) -lm -lpthread -lc
Expand Down

0 comments on commit d020a98

Please sign in to comment.