diff options
-rw-r--r-- | lakefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,8 +20,9 @@ core = c.shared{PROJECT, | |||
20 | target('build', core) | 20 | target('build', core) |
21 | 21 | ||
22 | install = target('install', { | 22 | install = target('install', { |
23 | file.group{odir=LIBDIR; src = core }; | 23 | file.group{odir=LIBDIR; src = core }; |
24 | file.group{odir=TESTDIR; src = J('test', '*'); recurse = true }; | 24 | file.group{odir=J(LIBDIR, PROJECT); src = J('src', 'lua', 'llthreads2'); recurse = true }; |
25 | file.group{odir=TESTDIR; src = J('test', '*'); recurse = true }; | ||
25 | }) | 26 | }) |
26 | 27 | ||
27 | target('test', install, function() | 28 | target('test', install, function() |