Open zsx opened 3 months ago
Seems like the changes to the metadata affects macs. There's a PR that will move them behind a flag but we should still look into this.
Related https://github.com/PLC-lang/rusty/issues/1192; in the meantime you'll have to use Docker / Devcontainer when developing under MacOS
Describe the bug
It fails to compile the files under example/ on an M2 Macbook.
To Reproduce Steps to reproduce the behavior:
I tried to follow the example as documented:
cargo run plc examples/hello_world.st -o hello_world --linker=cc
complains:Expected behavior the command should produce an executable
Additional context Add any other context about the problem here.
Tests Optional: Add a link to a PR or a branch where you have a failing test of the issue.