diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/build.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua index af098f34..3c7f4405 100644 --- a/src/luarocks/build.lua +++ b/src/luarocks/build.lua | |||
@@ -3,6 +3,7 @@ | |||
3 | -- Builds a rock, compiling its C parts if any. | 3 | -- Builds a rock, compiling its C parts if any. |
4 | module("luarocks.build", package.seeall) | 4 | module("luarocks.build", package.seeall) |
5 | 5 | ||
6 | local pack = require("luarocks.pack") | ||
6 | local path = require("luarocks.path") | 7 | local path = require("luarocks.path") |
7 | local util = require("luarocks.util") | 8 | local util = require("luarocks.util") |
8 | local rep = require("luarocks.rep") | 9 | local rep = require("luarocks.rep") |