h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
310 stars 23 forks source link

Build fails on macOS arm64 #185

Closed pcarrier closed 11 months ago

pcarrier commented 2 years ago

Looks like x86_64 is assumed in minpkg/vendor/*/macosx/*.a. Building fails on Apple M1 (https://gist.github.com/pcarrier/e0d3754c36237521707eca3d00d881db).

agentofuser commented 1 year ago

For reference, I managed to fix this in a very hackish way:

Can probably do something similar for openssl.

h3rald commented 11 months ago

I have explained how to build from source and for different architectures (also modified the flags to allow that), see here.

drkameleon commented 11 months ago

For what it may matter: https://github.com/arturo-lang/arturo/pull/1189 😉