Skip to content

Commit c935982

Browse files
committed
Add note
1 parent b509da6 commit c935982

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ ARCHIVES-INIT="(progn \
2323
(setq package-archives '((\"melpa\" . \"https://melpa.org/packages/\") \
2424
(\"gnu\" . \"https://elpa.gnu.org/packages/\"))))"
2525

26+
# NOTE: Bad request occurs during Cask installation on macOS in Emacs
27+
# version 26.x. By setting variable `package-archives` manually resolved
28+
# this issue.
2629
build:
27-
@$(CASK) $(EMACS) -Q --batch \
28-
--eval $(ARCHIVES-INIT)
30+
@$(CASK) $(EMACS) -Q --batch --eval $(ARCHIVES-INIT)
2931
cask install
3032

3133

0 commit comments

Comments
 (0)