Skip to content

Commit

Permalink
add command
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Nov 10, 2023
1 parent 4425f81 commit b0cf27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ fn setup_heif() {

#[cfg(target_os = "windows")]
{
use std::process::Command;
Command::new("git")
.args(["clone", "https://github.com/Microsoft/vcpkg.git"])
.status()
Expand Down

0 comments on commit b0cf27e

Please sign in to comment.