xLua
xLua copied to clipboard
why is "popen" not supported
ios not allow
linux also not supported?
write this code at CMakeLists.txt line 171 can fix "popen not supported" in Linux
elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
ADD_DEFINITIONS(-DLUA_USE_LINUX)
add_library(xlua SHARED ${LUA_CORE} ${LUA_LIB} ${LUA_SOCKET} ${XLUA_CORE} ${THIRDPART_SRC} )