squishy: Use --internal-bit-module to squish with the pure-Lua bit library

Mon, 13 Sep 2010 15:44:22 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 13 Sep 2010 15:44:22 +0100
changeset 134
2101acbb27c4
parent 133
a0ed30b0e789
child 135
8adf5fb27ce3

squishy: Use --internal-bit-module to squish with the pure-Lua bit library

squishy file | annotate | diff | comparison | revisions
--- 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

mercurial