diff options
Diffstat (limited to 'luaossl-git-0.rockspec')
-rw-r--r-- | luaossl-git-0.rockspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/luaossl-git-0.rockspec b/luaossl-git-0.rockspec index 1727cf8..cafb1b3 100644 --- a/luaossl-git-0.rockspec +++ b/luaossl-git-0.rockspec | |||
@@ -24,6 +24,10 @@ external_dependencies = { | |||
24 | header = "openssl/crypto.h"; | 24 | header = "openssl/crypto.h"; |
25 | library = "crypto"; | 25 | library = "crypto"; |
26 | }; | 26 | }; |
27 | DL = { | ||
28 | header = "dlfcn.h"; | ||
29 | library = "dl"; | ||
30 | } | ||
27 | } | 31 | } |
28 | build = { | 32 | build = { |
29 | type = "builtin"; | 33 | type = "builtin"; |