Skip to content

Commit 7231044

Browse files
committed
Use a fork of libloading that avoids the segfault when loading clang.
1 parent ffd571a commit 7231044

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ libz-sys = "1.0"
2929
[build-dependencies]
3030
bindgen = "0.36.1"
3131
cc = "1.0"
32+
33+
[patch.crates-io]
34+
libloading = { git = "https://github.com/servo/rust_libloading", branch = "mac-crash-revert" }

0 commit comments

Comments
 (0)