nim-lang / choosenim

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

Prevent isRosetta from calling if not macOS #18

Closed heinthanth closed 2 months ago

heinthanth commented 2 months 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 months ago

Thank you!