Skip to content

Commit 93090a0

Browse files
committed
DLOPEN
1 parent c7ef736 commit 93090a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/BuildLua.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ macro(build_lua LUA_VERSION)
6161
# can not be used when making a shared object; recompile
6262
# with -fPIC".
6363
set(CFLAGS "${CFLAGS} -fPIC")
64-
set(CFLAGS "${CFLAGS} -DLUA_USE_DLOPEN")
64+
#set(CFLAGS "${CFLAGS} -DLUA_USE_DLOPEN")
6565
# `io.popen()` is not supported by default, it is enabled
6666
# by `LUA_USE_POSIX` flag. Required by a function `random_locale()`.
6767
set(CFLAGS "${CFLAGS} -DLUA_USE_POSIX")

0 commit comments

Comments
 (0)