Windows build call to erlang:system_info(system_architecture)
returns "win32"
#8767
Labels
bug
Issue is reported as a bug
Describe the bug
The call to
erlang:system_info/1
withsystem_architecture
returns just"win32"
on Windows.To Reproduce
Expected behavior
Ideally it would return a triple like
x86_64-pc-windows
.Affected versions
At least 27, but I believe any version where Windows builds work will have this problem.
Additional context
I haven't tried building locally on Windows yet to see if it's only a problem with the provided pre-built binary.
The text was updated successfully, but these errors were encountered: