build-pkg: report DLL files in /lib/

see #393
see #826
pull/859/head
Boris Nagaev 9 years ago
parent 6dda14dd0b
commit d04738fffc

@ -314,6 +314,9 @@ local function checkFile(file, pkg)
file, pkg, t)
end
end
if file:match('/lib/.*%.dll$') then
log('File %s (%s): DLL in /lib/', file, pkg)
end
end
-- builds package, returns list of new files

Loading…
Cancel
Save