You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Roc CLI currently takes care of building the platform, so I would not recommend running cargo build in the platform yourself. Instead you can do roc my_app_using_basic_cli.roc and to prevent needless rebuilding after, you can do roc my_app_using_basic_cli.roc --prebuilt-platform.
Hi, was trying to build the platform with
cargo build
and am getting this link error: https://gist.github.com/alexozer/2ab855dc7f37e43c1236eea60ec3fb5cThis seems to happen both inside
nix develop
and outside.This is a M2 Macbook Air, with LLVM 16 installed via Homebrew if it matters.
The text was updated successfully, but these errors were encountered: