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.
1 parent 20209d0 commit 69ab095Copy full SHA for 69ab095
native/chromium/build.rs
@@ -17,6 +17,7 @@ extern crate bindgen;
17
use bindgen::callbacks::DeriveInfo;
18
#[cfg(feature = "gen")]
19
use bindgen::Formatter;
20
+
21
22
fn main() {
23
let cef_path = get_cef_path();
native/chromium_subp/build.rs
@@ -11,7 +11,6 @@
11
* Contributors:
12
* Guillermo Zunino, Equo - initial implementation
13
*/
14
-
15
16
link();
}
0 commit comments