Skip to content

Commit 99e8ea4

Browse files
committed
[lldb][docs] Document Lua 5.3 as the only supported version
Technically you can manually set `LUA_LIBRARIES` and others to use a different version, and I don't see any version checks in the C++ code. However, I'm not sure that is intentional, it looks more like a side effect of how the CMake was written.
1 parent 2d7f34f commit 99e8ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/resources/build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CMake configuration error.
6464
+-------------------+------------------------------------------------------+--------------------------+
6565
| Python | Python scripting | ``LLDB_ENABLE_PYTHON`` |
6666
+-------------------+------------------------------------------------------+--------------------------+
67-
| Lua | Lua scripting | ``LLDB_ENABLE_LUA`` |
67+
| Lua | Lua scripting. Only version 5.3 is supported. | ``LLDB_ENABLE_LUA`` |
6868
+-------------------+------------------------------------------------------+--------------------------+
6969

7070
Depending on your platform and package manager, one might run any of the

0 commit comments

Comments
 (0)