# HG changeset patch # User Matthew Wild # Date 1284389062 -3600 # Node ID 2101acbb27c4a81e3e845402c42ae5c933ccfbad # Parent a0ed30b0e78939a4e92ca334a523c1c22e47a4e2 squishy: Use --internal-bit-module to squish with the pure-Lua bit library diff -r a0ed30b0e789 -r 2101acbb27c4 squishy --- 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