Skip to content

Commit

Permalink
fix for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Cr0a3 committed Mar 11, 2024
1 parent 0913dc5 commit aeb3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dependencys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub fn compile(name: &String, target: &String) -> bool {

let lib_path = format!("{}/.cache/lib_{}/", get_bin_path(), name);

let mut cmd = Command::new("cpack");
let mut cmd = Command::new(get_exe_path());
cmd.current_dir(lib_path);

cmd.arg("--noout");
Expand Down

0 comments on commit aeb3b2e

Please sign in to comment.