aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/rockspec_format.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rockspec_format.md b/docs/rockspec_format.md
index d74daa9e..edb35632 100644
--- a/docs/rockspec_format.md
+++ b/docs/rockspec_format.md
@@ -80,7 +80,7 @@ Fields of the `build` table other than `build.type`, `build.platforms` and `buil
80 80
81This is a mode for packages distributing pure Lua or simple C modules. All pathnames used are relative to `source.dir`. The goal is to allow module authors to specify compilation of their C code in a clean, simple and portable way. 81This is a mode for packages distributing pure Lua or simple C modules. All pathnames used are relative to `source.dir`. The goal is to allow module authors to specify compilation of their C code in a clean, simple and portable way.
82 82
83* **build.modules** (array) - An array in which keys are module names in the format normally used by the require() function, and values may be: 83* **build.modules** (map) - A map in which keys are module names in the format normally used by the require() function, and values may be:
84 * strings - pathnames of Lua files or C sources, for modules based on a single source file. 84 * strings - pathnames of Lua files or C sources, for modules based on a single source file.
85 * array of strings - pathnames of C sources of a simple module written in C composed of multiple files. 85 * array of strings - pathnames of C sources of a simple module written in C composed of multiple files.
86 * table - a table containing one or more fields: 86 * table - a table containing one or more fields: