Changeset

134:2101acbb27c4

squishy: Use --internal-bit-module to squish with the pure-Lua bit library
author Matthew Wild <mwild1@gmail.com>
date Mon, 13 Sep 2010 15:44:22 +0100
parents 133:a0ed30b0e789
children 135:8adf5fb27ce3
files squishy
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/squishy	Mon Sep 13 15:42:17 2010 +0100
+++ b/squishy	Mon Sep 13 15:44:22 2010 +0100
@@ -47,6 +47,10 @@
 	Module "verse.bosh" "bosh.lua"
 end
 
+if GetOption "internal-bit-module" then
+	Module "bit" "libs/bit.lua"
+end
+
 Module "verse.client" "client.lua"
 
 -- Main verse file