luci: host-build libs/web instead of libs/lmo to create po2lmo executable
This commit is contained in:
parent
0e50aa690a
commit
ee584460ad
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ all: build
|
|||
build: gccbuild luabuild
|
||||
|
||||
gccbuild:
|
||||
make -C libs/lmo CC="cc" CFLAGS="" LDFLAGS="" SDK="$(shell test -f .running-sdk && echo 1)" host-install
|
||||
make -C libs/web CC="cc" CFLAGS="" LDFLAGS="" SDK="$(shell test -f .running-sdk && echo 1)" host-install
|
||||
for i in $(MODULES); do \
|
||||
make -C$$i SDK="$(shell test -f .running-sdk && echo 1)" compile || { \
|
||||
echo "*** Compilation of $$i failed!"; \
|
||||
|
|
Loading…
Reference in a new issue