X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=lua%2FMakefile;h=9b6e72839aed97c46f3c3286e1787fbe530b1604;hp=76b936d709c7f5dba0c16d1482935c5c3dc7beb8;hb=55736115e73e52ee2c210a466e61dd7129661aa8;hpb=c4cecfa593ac06b7ba796e98a95653e4a8ad165d diff --git a/lua/Makefile b/lua/Makefile index 76b936d..9b6e728 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -1,7 +1,7 @@ include ../Makefile.inc CPPFLAGS=-I.. $(shell pkg-config --silence-errors --cflags lua5.1) -LIBS=-L.. -luci +LIBS=-L.. -luci $(shell pkg-config --silence-errors --libs lua5.1) PLUGIN_LD=$(CC) ifeq ($(OS),Darwin)