* configure.ac: Probe for linking format rather than guessing it based
on target_os.
This commit is contained in:
parent
c7995256e4
commit
a9f25a0819
7 changed files with 93 additions and 109 deletions
|
@ -250,7 +250,7 @@ program = {
|
|||
name = grub-macho2img;
|
||||
mansection = 1;
|
||||
common = util/grub-macho2img.c;
|
||||
condition = COND_APPLE_CC;
|
||||
condition = COND_APPLE_LINKER;
|
||||
};
|
||||
|
||||
program = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue