diff options
author | Marco Palladino <marco@mashape.com> | 2015-11-19 13:36:18 -0800 |
---|---|---|
committer | Marco Palladino <marco@mashape.com> | 2015-11-19 13:36:18 -0800 |
commit | 4467053af8965775921d7212bcee6a095ea5740e (patch) | |
tree | 4f085b107457fa44008fb9d5086747429abd4d05 /lua_uuid-0.1-7.rockspec | |
parent | add6ec8ee5f6ce8104a79f90dc58f8e450ab11b8 (diff) | |
download | lua_uuid-4467053af8965775921d7212bcee6a095ea5740e.tar.gz lua_uuid-4467053af8965775921d7212bcee6a095ea5740e.tar.bz2 lua_uuid-4467053af8965775921d7212bcee6a095ea5740e.zip |
Update lua_uuid-0.1-7.rockspec
Diffstat (limited to 'lua_uuid-0.1-7.rockspec')
-rw-r--r-- | lua_uuid-0.1-7.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua_uuid-0.1-7.rockspec b/lua_uuid-0.1-7.rockspec index 8cc65ab..e623d72 100644 --- a/lua_uuid-0.1-7.rockspec +++ b/lua_uuid-0.1-7.rockspec @@ -21,8 +21,8 @@ build = { LUA="$(LUA)", CFLAGS="$(CFLAGS)", LIBFLAG="$(LIBFLAG)", - LUA_LIBDIR="$(LUA_LIBDIR)", - LUA_INCDIR="$(LUA_INCDIR)" + LUA_LIBDIR="-L$(LUA_LIBDIR)", + LUA_INCDIR="-I$(LUA_INCDIR)" }, install_variables = { INST_LIBDIR = "$(LIBDIR)" |