mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
use macos codesign
Anaconda also has a codesign and we want to use the macos one, see https://github.com/pyinstaller/pyinstaller/issues/8581#issuecomment-2147311833 Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
49d72cb6fe
commit
47978c8a20
1 changed files with 1 additions and 1 deletions
|
@ -1159,7 +1159,7 @@ fn link_macos(
|
|||
Architecture::Aarch64 => {
|
||||
ld_child.wait()?;
|
||||
|
||||
let mut codesign_cmd = Command::new("codesign");
|
||||
let mut codesign_cmd = Command::new("/usr/bin/codesign");
|
||||
codesign_cmd.args(["-s", "-", output_path.to_str().unwrap()]);
|
||||
debug_print_command(&codesign_cmd);
|
||||
let codesign_child = codesign_cmd.spawn()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue