PowerShell / DSC

This repo is for the DSC v3 project
MIT License
195 stars 24 forks source link

Static linking the MSVC runtime #269

Closed anmenaga closed 9 months ago

anmenaga commented 10 months ago

PR Summary

Fix #256

This PR forces static linking of MSVC runtime to avoid errors like vcruntime140.dll was not found on clean Windows machines. This uses rustflags/+crt-static.

Side note: beware of a bug in the area of static linking (looks like DSC project is not impacted by this at this point).

Fix was verified on a clean Windows Server 2022.