You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RSDK-10385] Windows build system improvements and rust_utils workarounds (#402)
- Ensure `__cplusplus` is set right on Windows builds.
- Don't download or link to `viam_rust_utils` on Windows.
- Redirect the `viam_rust_utils` entry points to `abort` on Windows.
- Adjust `viamapi` library name on Windows and apply `/WHOLEARCHIVE`
- Use `std::invoke_result_t` instead of `result_of` in C++17, where the latter is deprecated
- Add windows headers where needed.
0 commit comments