-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I'm not sure what this is supposed to do:
dlls="$(find ${installFolder}/ -name '*.exe' -exec ${triplet}-objdump -p {} \; | sed -ne "s/^.*DLL Name: \(.*\)$/\1/p" | sort | uniq)" |
- The sed part should use single quotes. Not sure how this ever worked.
- On Linux it's trying to copy dlls from /usr/x86_64-w64-mingw32/bin/ which don't exist of course.
- Will there ever be any runtime dlls required? Shouldn't it produce "static" executables?
- Otoh it does not copy
sources/python-2.7.16.amd64/python27.dll
which it probably should (?) to produce a self-contained package.
Metadata
Metadata
Assignees
Labels
No labels