mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
fix android build
This commit is contained in:
parent
27bdc580ed
commit
60ce517e4a
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ pub extern "C" fn android_start(argc: int, argv: **u8) -> int {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut opts = opts::from_cmdline_args(args);
|
let mut opts = opts::from_cmdline_args(args.as_slice());
|
||||||
match opts {
|
match opts {
|
||||||
Some(mut o) => {
|
Some(mut o) => {
|
||||||
// Always use CPU rendering on android.
|
// Always use CPU rendering on android.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue