We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fd268 commit c9dad6eCopy full SHA for c9dad6e
README
@@ -8,7 +8,7 @@ Implements:
8
o unveil()
9
o auth_userokay()
10
11
-Works and has been tested on Lua 5.1, 5.2 and 5.3.
+Works and has been tested on Lua 5.1, 5.2, 5.3 and 5.4.
12
13
Note that pledge() pre 6.3 takes an optional set of paths
14
as the second argument.
@@ -21,7 +21,7 @@ as the second argument.
21
Build:
22
23
$ mkdir build && cd build
24
- $ cmake .. -DMODLUA_VERSION=5.1
+ $ cmake .. -DMODLUA_VERSION=5.4
25
$ make
26
$ make install
27
@@ -37,7 +37,7 @@ Usage:
37
38
Or:
39
40
- #!/usr/bin/env lua51
+ #!/usr/bin/env lua54
41
42
o = require('openbsd')
43
0 commit comments