crashappsec / crashappsec/nimutils
nimscript apparently is designed to misdetect arch on macOS when it is powerpc
Open
- Dominant language
- Nim
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
This code seems to force x86_64 whenever it is not arm64, which is obviously wrong for powerpc.
https://github.com/crashappsec/nimutils/blob/8fcacead55f36f26c3437562182d3bb544280609/nimutils/nimscript.nim#L30-L48
P. S. I am aware the right now Nim does not have `powerpc` for macOS, but it does have `powerpc64`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.