X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=Makefile;h=d76be9a2de8b0b8b5838a7a4d4a738fca348bed0;hp=4b3fb64f4b7bc8712f650be789212fa83a4b9055;hb=4365fbe2a373b73af5578d0ed6eddfb2ba9901ef;hpb=776f9957d0376670e9d3e43677dbe3ba19ded193 diff --git a/Makefile b/Makefile index 4b3fb64f4b..d76be9a2de 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,12 @@ include build/config.mk MODULES = applications/* libs/* modules/* themes/* i18n/* -LUA_TARGET = source - +LUA_TARGET = compile +OS:=$(shell uname) +export OS +ifeq ($(OS),Darwin) + MODULES += contrib/luaposix +endif .PHONY: all build clean host hostclean