make_squishy: Disable resolution of binary modules for now

Mon, 27 Jul 2009 13:19:17 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 27 Jul 2009 13:19:17 +0100
changeset 51
728f8579abc5
parent 50
1322ee949d4a
child 52
81265a8c6745

make_squishy: Disable resolution of binary modules for now

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

mercurial