Try to fix intermittent build problem on Macos
* src/Makefile.in (@): Also sign the bootstrap-emacs executable
This commit is contained in:
parent
a28647a6b6
commit
63fa896cb0
1 changed files with 3 additions and 0 deletions
|
@ -852,6 +852,9 @@ ifeq ($(DUMPING),unexec)
|
|||
else
|
||||
@: In the pdumper case, make compile-first after the dump
|
||||
cp -f temacs$(EXEEXT) bootstrap-emacs$(EXEEXT)
|
||||
ifeq ($(DO_CODESIGN),yes)
|
||||
codesign -s - -f bootstrap-emacs$(EXEEXT)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(DUMPING),pdumper)
|
||||
|
|
Loading…
Add table
Reference in a new issue