diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2012-03-01 00:19:15 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-03-01 00:19:15 -0300 |
commit | 9b9df2fa3475531aba8e41e38ba7d452d802cfb6 (patch) | |
tree | 9593bc6f8075be7419c453efc9bf6bf73a24890c | |
parent | 6bde4dd747dc9072c5d811cc59109477ad6f54d8 (diff) | |
download | luarocks-9b9df2fa3475531aba8e41e38ba7d452d802cfb6.tar.gz luarocks-9b9df2fa3475531aba8e41e38ba7d452d802cfb6.tar.bz2 luarocks-9b9df2fa3475531aba8e41e38ba7d452d802cfb6.zip |
this shouldn't be a global
-rw-r--r-- | src/luarocks/build/builtin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/build/builtin.lua b/src/luarocks/build/builtin.lua index c2bb0106..aea8b853 100644 --- a/src/luarocks/build/builtin.lua +++ b/src/luarocks/build/builtin.lua | |||
@@ -46,7 +46,7 @@ end | |||
46 | -- nil and an error message otherwise. | 46 | -- nil and an error message otherwise. |
47 | function run(rockspec) | 47 | function run(rockspec) |
48 | assert(type(rockspec) == "table") | 48 | assert(type(rockspec) == "table") |
49 | local compile_object, compile_library | 49 | local compile_object, compile_library, compile_wrapper_binary |
50 | 50 | ||
51 | local build = rockspec.build | 51 | local build = rockspec.build |
52 | local variables = rockspec.variables | 52 | local variables = rockspec.variables |