xLua icon indicating copy to clipboard operation
xLua copied to clipboard

why is "popen" not supported

Open Kafka2 opened this issue 5 years ago • 3 comments

Kafka2 avatar Sep 16 '20 10:09 Kafka2

ios not allow

chexiongsheng avatar Sep 17 '20 02:09 chexiongsheng

linux also not supported?

wanshichen716 avatar Feb 24 '21 12:02 wanshichen716

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} )

wanshichen716 avatar Mar 04 '21 09:03 wanshichen716