Skip to content

Commit d3a7395

Browse files
Map ppapi_simple to ppapi_simple_cpp.
1 parent 14aa275 commit d3a7395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ extern crate rust_pnacl_trans as this;
2323
fn main() { this::main() }
2424

2525
#[cfg(target_os = "nacl")]
26-
#[link(name = "ppapi_simple", kind = "static")]
2726
#[link(name = "ppapi_cpp", kind = "static")]
27+
#[link(name = "ppapi_simple_cpp", kind = "static")]
2828
#[link(name = "ppapi_stub", kind = "static")]
2929
#[link(name = "cli_main", kind = "static")]
3030
#[link(name = "tar", kind = "static")]

0 commit comments

Comments
 (0)