We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ppapi_simple
ppapi_simple_cpp
1 parent 14aa275 commit d3a7395Copy full SHA for d3a7395
src/driver/driver.rs
@@ -23,8 +23,8 @@ extern crate rust_pnacl_trans as this;
23
fn main() { this::main() }
24
25
#[cfg(target_os = "nacl")]
26
-#[link(name = "ppapi_simple", kind = "static")]
27
#[link(name = "ppapi_cpp", kind = "static")]
+#[link(name = "ppapi_simple_cpp", kind = "static")]
28
#[link(name = "ppapi_stub", kind = "static")]
29
#[link(name = "cli_main", kind = "static")]
30
#[link(name = "tar", kind = "static")]
0 commit comments