OS: Windows
hello,
When i try to deploy on another machine, a binary created with --freestanding option, it says that the following dlls are missing:-
perl58.dll
iconv.dll
msvcrt0.dll
I figured that these are available on the development machine. But we do not want to re-distribute these seperately (for legal reasons). is it possible to fix this so that binary runs without asking for any additional files -the way it does on linux?
thanks
