We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17975d4 commit bd92c49Copy full SHA for bd92c49
cmake/BuildLua.cmake
@@ -61,6 +61,8 @@ macro(build_lua LUA_VERSION)
61
# not be used when making a shared object; recompile with -fPIC".
62
set(CFLAGS "${CFLAGS} -fPIC")
63
64
+ set(CFLAGS "${CFLAGS} -DLUA_USE_POPEN")
65
+
66
include(ExternalProject)
67
68
set(LUA_LIBRARY ${PROJECT_BINARY_DIR}/lua-${LUA_VERSION}/source/liblua.a)
0 commit comments