How to build it on Apple M1? #121
-
Works fine with my intel mac, but on M1 i got these errors when I launch make file: clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Please try the latest commit and see if the issue is fixed. |
Beta Was this translation helpful? Give feedback.
I found my problem why it won't work on M1 mac after compiling - my terminal was opened with enabled Rosetta option. I enabled it to run another project and forgot about it. Now everything compiles and works perfectly.