We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ec8ad commit 3581284Copy full SHA for 3581284
cmake/BuildLua.cmake
@@ -74,7 +74,7 @@ macro(build_lua LUA_VERSION)
74
# `io.popen()` is not supported by default, it is enabled
75
# by `LUA_USE_POSIX` flag. Required by a function `random_locale()`.
76
AppendFlags(CFLAGS -DLUA_USE_POSIX)
77
- AppendFlags(LDFLAGS -lstdc++)
+ # AppendFlags(LDFLAGS -lstdc++)
78
endif()
79
80
include(ExternalProject)
0 commit comments