From e803e0c1dcb7dbb0c6cb85e3ae26925c2b687543 Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Fri, 13 Nov 2015 18:50:48 -0800 Subject: chore(makefile) fixes --- lua_uuid-0.1-7.rockspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua_uuid-0.1-7.rockspec') diff --git a/lua_uuid-0.1-7.rockspec b/lua_uuid-0.1-7.rockspec index e0c12b5..8cc65ab 100644 --- a/lua_uuid-0.1-7.rockspec +++ b/lua_uuid-0.1-7.rockspec @@ -10,7 +10,7 @@ description = { This is an utility that leverages libuuid to generate UUID strings ]], homepage = "https://github.com/Mashape/lua-uuid", - license = "MIT" + license = "MIT" } dependencies = { "lua >= 5.1" @@ -18,6 +18,7 @@ dependencies = { build = { type = "make", build_variables = { + LUA="$(LUA)", CFLAGS="$(CFLAGS)", LIBFLAG="$(LIBFLAG)", LUA_LIBDIR="$(LUA_LIBDIR)", @@ -26,4 +27,4 @@ build = { install_variables = { INST_LIBDIR = "$(LIBDIR)" } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf