Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TruongQuangSB committed Dec 12, 2024
1 parent 20209d0 commit 69ab095
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions native/chromium/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extern crate bindgen;
use bindgen::callbacks::DeriveInfo;
#[cfg(feature = "gen")]
use bindgen::Formatter;

#[cfg(feature = "gen")]
fn main() {
let cef_path = get_cef_path();
Expand Down
1 change: 0 additions & 1 deletion native/chromium_subp/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* Contributors:
* Guillermo Zunino, Equo - initial implementation
*/

fn main() {
link();
}
Expand Down

0 comments on commit 69ab095

Please sign in to comment.