mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-10 11:09:50 +00:00
Merge branch 'main' into del-unused-deps
This commit is contained in:
commit
6442c8b81f
3 changed files with 5 additions and 11 deletions
|
|
@ -1,6 +0,0 @@
|
|||
fn main() {
|
||||
// workaround for issue https://github.com/NixOS/nixpkgs/issues/166205 . This println can be removed when this issue is fixed. Upgrading to LLVM 14 could also fix this issue.
|
||||
// also see https://github.com/NixOS/nixpkgs/pull/181485
|
||||
#[cfg(all(target_os = "macos", target_arch = "aarch64"))]
|
||||
println!("cargo:rustc-link-lib=c++abi")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue