make_squishy

changeset 51
728f8579abc5
parent 50
1322ee949d4a
child 52
81265a8c6745
--- 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