From c5ec62564cc7d2e284970cf7e452dbf05abc0848 Mon Sep 17 00:00:00 2001 From: Clement Farabet Date: Mon, 3 Dec 2012 16:55:28 -0500 Subject: Changed rock. Having issues with it. --- xlua-1.0-0.rockspec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/xlua-1.0-0.rockspec b/xlua-1.0-0.rockspec index 20eb69b..1a1cbdc 100644 --- a/xlua-1.0-0.rockspec +++ b/xlua-1.0-0.rockspec @@ -23,8 +23,10 @@ dependencies = { } build = { - type = "cmake", - variables = { - LUAROCKS_PREFIX = "$(PREFIX)" + type = "builtin", + modules = { + ['xlua.init'] = 'init.lua', + ['xlua.OptionParser'] = 'OptionParser.lua', + ['xlua.Profiler'] = 'Profiler.lua' } } -- cgit v1.2.3