Skip to content

Commit

Permalink
Remove unnecessary build deps from luarocks
Browse files Browse the repository at this point in the history
Let cmake figure out all required dependencies.
  • Loading branch information
Konstantin Nazarov committed Jul 14, 2016
1 parent a3e27a6 commit 1e3d224
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pg-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ description = {
dependencies = {
'lua >= 5.1'
}
external_dependencies = {
TARANTOOL = {
header = "tarantool/module.h"
},
POSTGRESQL = {
header = "postgresql/libpq-fe.h",
}
}
build = {
type = 'cmake',
}
Expand Down

0 comments on commit 1e3d224

Please sign in to comment.