X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Femodules.c;h=22eda2b41a0d5b92e247e6315283e51bd29b6bf0;hb=e6119db508b656f8fa85ea366f928ebdda54e73f;hp=88c81f06b6b9f00dd6810adcd30ea4b116bf186b;hpb=d8654f7c5ad0c04060008c6fbbd90add1f4537e3;p=chise%2Fxemacs-chise.git.1 diff --git a/src/emodules.c b/src/emodules.c index 88c81f0..22eda2b 100644 --- a/src/emodules.c +++ b/src/emodules.c @@ -582,7 +582,7 @@ when a dynamic module is loaded. */); /* #### Export this to Lisp */ - Vmodule_extensions = build_string (":.ell:.so:.dll"); + Vmodule_extensions = build_string (":.ell:.so:.dll:.dylib"); staticpro (&Vmodule_extensions); load_modules_quietly = 0;