always enable luaposix
This commit is contained in:
parent
71689cdfe0
commit
6b0b22688c
1 changed files with 1 additions and 6 deletions
7
Makefile
7
Makefile
|
@ -1,15 +1,10 @@
|
||||||
include build/config.mk
|
include build/config.mk
|
||||||
|
|
||||||
MODULES = applications/* libs/* modules/* themes/* i18n/*
|
MODULES = applications/* libs/* modules/* themes/* i18n/* contrib/luaposix
|
||||||
LUA_TARGET = source
|
LUA_TARGET = source
|
||||||
|
|
||||||
### luaposix merge (temporary) ###
|
|
||||||
OS:=$(shell uname)
|
OS:=$(shell uname)
|
||||||
export OS
|
export OS
|
||||||
ifeq ($(OS),Darwin)
|
|
||||||
MODULES += contrib/luaposix
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all build gccbuild luabuild clean host gcchost luahost hostcopy hostclean
|
.PHONY: all build gccbuild luabuild clean host gcchost luahost hostcopy hostclean
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue