nim-lang / choosenim

Official tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

Prevent isRosetta from calling if not macOS #18

Closed heinthanth closed 2 weeks ago

heinthanth commented 2 weeks ago

Looks good in my fork now :) I thought Nim compiler won't check for isAppleSilicon proc since it's never called on Windows. But I was wrong about that.

Screenshot 2567-08-29 at 13 57 05

Should be Ok now.

ringabout commented 2 weeks ago

Thank you!