We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf4f96 commit 2d66f1eCopy full SHA for 2d66f1e
cmake/BuildLua.cmake
@@ -61,7 +61,7 @@ macro(build_lua LUA_VERSION)
61
# can not be used when making a shared object; recompile
62
# with -fPIC".
63
set(CFLAGS "${CFLAGS} -fPIC")
64
- set(CFLAGS "${CFLAGS} -DLUA_USE_DLOPEN")
+ #set(CFLAGS "${CFLAGS} -DLUA_USE_DLOPEN")
65
# `io.popen()` is not supported by default, it is enabled
66
# by `LUA_USE_POSIX` flag. Required by a function `random_locale()`.
67
set(CFLAGS "${CFLAGS} -DLUA_USE_POSIX")
0 commit comments