mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
bhs: Remove direct link to liblzma
(#35924)
This workaround doesn't seem to be necessary any longer. Fixes #35914. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
5853c00628
commit
4f58fa4d44
1 changed files with 0 additions and 5 deletions
|
@ -15,11 +15,6 @@ use unwind_sys::{
|
|||
|
||||
use crate::sampler::{NativeStack, Sampler};
|
||||
|
||||
// Hack to workaround broken libunwind pkg-config contents for <1.1-3ubuntu.1.
|
||||
// https://bugs.launchpad.net/ubuntu/+source/libunwind/+bug/1336912
|
||||
#[link(name = "lzma")]
|
||||
extern "C" {}
|
||||
|
||||
struct UncheckedSyncUnsafeCell<T>(std::cell::UnsafeCell<T>);
|
||||
|
||||
/// Safety: dereferencing the pointer from `UnsafeCell::get` must involve external synchronization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue