Diff

squishy @ 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
parent 131:1c30dd51ca6b
child 136:3a85c62f544c
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