make_squishy

changeset 70
0fd43db11abc
parent 69
df181dcc02b7
child 84
14f827efadf2
equal deleted inserted replaced
69:df181dcc02b7 70:0fd43db11abc
85 if false and not filename then 85 if false and not filename then
86 binary = true; 86 binary = true;
87 filename = resolve_module(module, package_cpath); 87 filename = resolve_module(module, package_cpath);
88 end 88 end
89 if not filename then 89 if not filename then
90 print_info("Couldn't resolve "..module.." (required in "..scanfile..")"); 90 print_info("Couldn't resolve module '"..module.."' to a file (required in "..scanfile..")");
91 elseif opts.recursion ~= false and not scanned_files[filename] then 91 elseif opts.recursion ~= false and not scanned_files[filename] then
92 scanned_files[filename] = true; 92 scanned_files[filename] = true;
93 table.insert(files, filename); 93 table.insert(files, filename);
94 end 94 end
95 if filename then 95 if filename then

mercurial