summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-31 15:19:27 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-31 15:19:27 +0100
commitbd002b5664d47a5abb3bebe5362de1fb4044e405 (patch)
tree4fef49d6487e7893cbffe60459ec776cb8ac9cc7
parentac6f606851e4b5f9a73ea011076c0583fcd2b30a (diff)
downloadlorry-bd002b5664d47a5abb3bebe5362de1fb4044e405.tar.gz
lorries: add luajit2
luajit2 is maintained in git, doesn't use CMake as its build system and is designed to be faster. It also has a cool amalgam build option that compiles everything in one link unit, so more optimisation can be done.
-rw-r--r--lorries/luajit2.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/lorries/luajit2.lorry b/lorries/luajit2.lorry
new file mode 100644
index 0000000..5a48839
--- /dev/null
+++ b/lorries/luajit2.lorry
@@ -0,0 +1,6 @@
+{
+ "luajit2": {
+ "type": "git",
+ "url": "http://luajit.org/git/luajit-2.0.git"
+ }
+}