Skip to content

Commit 3581284

Browse files
committed
-lstdc++
1 parent 10ec8ad commit 3581284

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
@@ -74,7 +74,7 @@ macro(build_lua LUA_VERSION)
7474
# `io.popen()` is not supported by default, it is enabled
7575
# by `LUA_USE_POSIX` flag. Required by a function `random_locale()`.
7676
AppendFlags(CFLAGS -DLUA_USE_POSIX)
77-
AppendFlags(LDFLAGS -lstdc++)
77+
# AppendFlags(LDFLAGS -lstdc++)
7878
endif()
7979

8080
include(ExternalProject)

0 commit comments

Comments
 (0)