# HG changeset patch # User Matthew Wild # Date 1248697157 -3600 # Node ID 728f8579abc50eed78e3093a069fcc49477d9edf # Parent 1322ee949d4a7c3afecb24923111b3289556c1ea make_squishy: Disable resolution of binary modules for now diff -r 1322ee949d4a -r 728f8579abc5 make_squishy --- a/make_squishy Mon Jul 27 13:18:56 2009 +0100 +++ b/make_squishy Mon Jul 27 13:19:17 2009 +0100 @@ -82,7 +82,7 @@ local binary; modules[module] = true; local filename = resolve_module(module, package_path); - if not filename then + if false and not filename then binary = true; filename = resolve_module(module, package_cpath); end