mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix OSX build
This commit is contained in:
parent
db4fff173d
commit
2b3a8bf490
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ impl GlContext {
|
|||
}
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
return unimplemeneted!(); // @TODO(victor): RawContext::Cocoa in servo-media
|
||||
return unimplemented!(); // @TODO(victor): RawContext::Cocoa in servo-media
|
||||
|
||||
#[cfg(not(any(
|
||||
target_os = "linux",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue