You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Lua library (C++ variant)
|
|
#
|
|
|
|
include $(REP_DIR)/lib/mk/lua.inc
|
|
|
|
SRC_C = $(LUA_CORE_C) $(LUA_LIB_C)
|
|
|
|
# force compilation with C++ compiler
|
|
CUSTOM_CC = $(CXX)
|
|
CC_WARN += -Wno-sign-compare
|