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
Fix mpu.exe path problem. Issue msgpack#125.
Because csproj file use back slashes instead of forward slashes to represent file path, copying non-Windows environment always fails. This commit normalize the file path with Path.DirectorySeparatorChar.