mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Auto merge of #18892 - servo:link-args, r=nox
CEF: use `cargo rustc -C link-args=…` instead of `#[link_args="…"]` The latter is an unstable feature that might be changed or removed. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18892) <!-- Reviewable:end -->
This commit is contained in:
commit
a5100e3c78
2 changed files with 8 additions and 7 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
#![allow(non_camel_case_types)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(link_args)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
@ -27,10 +26,6 @@ extern crate webrender_api;
|
|||
|
||||
extern crate libc;
|
||||
|
||||
#[cfg(target_os="macos")]
|
||||
#[link_args="-Xlinker -undefined -Xlinker dynamic_lookup"]
|
||||
extern { }
|
||||
|
||||
#[cfg(target_os="macos")]
|
||||
extern crate cocoa;
|
||||
#[cfg(target_os="macos")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue