Skip to content

Commit

Permalink
update webview
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jan 6, 2024
1 parent 257e73e commit 10ea1d7
Show file tree
Hide file tree
Showing 16 changed files with 50,097 additions and 38,338 deletions.
10 changes: 5 additions & 5 deletions fltk-webview-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ fn compile_webview() {
}
}
} else if target.contains("apple") {
Command::new("git")
.args(&["apply", "webview.patch"])
.current_dir(&manifest_dir)
.status()
.expect("Git is needed to retrieve the fltk & webview source files!");
// Command::new("git")
// .args(&["apply", "webview.patch"])
// .current_dir(&manifest_dir)
// .status()
// .expect("Git is needed to retrieve the fltk & webview source files!");
build.flag("-DWEBVIEW_COCOA");
build.flag("-std=c++11");
println!("cargo:rustc-link-lib=framework=Cocoa");
Expand Down
Binary file modified fltk-webview-sys/webview/build/native/arm64/WebView2Loader.dll
Binary file not shown.
Binary file modified fltk-webview-sys/webview/build/native/arm64/WebView2Loader.dll.lib
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 10ea1d7

Please sign in to comment.