always enable luaposix

This commit is contained in:
Felix Fietkau 2008-06-02 15:57:17 +00:00
parent 71689cdfe0
commit 6b0b22688c

View file

@ -1,15 +1,10 @@
include build/config.mk
MODULES = applications/* libs/* modules/* themes/* i18n/*
MODULES = applications/* libs/* modules/* themes/* i18n/* contrib/luaposix
LUA_TARGET = source
### luaposix merge (temporary) ###
OS:=$(shell uname)
export OS
ifeq ($(OS),Darwin)
MODULES += contrib/luaposix
endif
.PHONY: all build gccbuild luabuild clean host gcchost luahost hostcopy hostclean