Skip to content

Commit

Permalink
Add the luasocket dependency to the rockspec. I hope I'm doing this r…
Browse files Browse the repository at this point in the history
…ight.
  • Loading branch information
Ezra Nuite committed Feb 21, 2012
1 parent 1607a9b commit 5558b51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rockspec/luastatsd-0.1-1.rockspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ description = {
license = "" license = ""
} }
dependencies = { dependencies = {
"lua >= 5.1" "lua >= 5.1",
"luasocket >= 2.0.2"
} }
build = { build = {
type = "builtin", type = "builtin",
modules = { modules = {
['moai.msleep'] = "src/moai/sleep.c" ['moai.msleep'] = "src/moai/sleep.c"
} }
} }

0 comments on commit 5558b51

Please sign in to comment.