summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-19 12:36:43 +0100
committerYann Herklotz <git@yannherklotz.com>2023-07-28 12:57:14 +0100
commitf765c3f120644ac45bd43a9e13c1d77c1f07e1e0 (patch)
tree8618c506f26bf7ea335f9e208111b622a3c9c2f0
parent88e6c03f57f936539ac5f2afa05ad46af8425693 (diff)
downloadymh-emacs-macos.tar.gz
ymh-emacs-macos.zip
Mac specific changemacos
-rw-r--r--early-init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index e69de29..65dbed1 100644
--- a/early-init.el
+++ b/early-init.el
@@ -0,0 +1,2 @@
+(setenv "LIBRARY_PATH" "/usr/local/Cellar/gcc/13.1.0:/usr/local/Cellar/libgccjit/13.1.0/lib/gcc/current:\
+/usr/local/Cellar/gcc/13.1.0/lib/gcc/current/gcc/x86_64-apple-darwin22/13")