mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Upgrade to SM 39
This commit is contained in:
parent
a256f39796
commit
675267b782
205 changed files with 6546 additions and 5340 deletions
|
@ -45,6 +45,10 @@ extern crate stb_image;
|
|||
extern crate libc;
|
||||
extern crate url as std_url;
|
||||
|
||||
#[cfg(target_os="macos")]
|
||||
#[link_args="-Xlinker -undefined -Xlinker dynamic_lookup"]
|
||||
extern { }
|
||||
|
||||
#[cfg(target_os="macos")]
|
||||
extern crate cgl;
|
||||
#[cfg(target_os="macos")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue