summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-03-29 20:43:21 +0200
committerMartin Polden <mpolden@mpolden.no>2022-03-29 20:45:11 +0200
commitc1aace8f649b4d574122f0edce9f6e0717fa5899 (patch)
treeadb82b36cc1a19066c03413dcb3b8208c906ae53 /Makefile
parent1813992d66c1543e966e3c75116d1822d70e85d3 (diff)
makefile: Explain reason for native-lisp symlink
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 19ead26..bef058c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ install:
install-emacs-head: BREW_EMACS_FLAGS=--HEAD --with-native-comp
install-emacs-head: install-emacs
+# native-lisp must be linked explicitly for now
+# https://github.com/railwaycat/homebrew-emacsmacport/issues/274
ln -s `$(BREW) --prefix`/opt/emacs-mac/lib/emacs/*/native-lisp /Applications/Emacs.app/Contents/native-lisp
install-emacs: