emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog 2168e4840b: PORT: Try to find emacs-module.h in


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 2168e4840b: PORT: Try to find emacs-module.h in the $MINGW_ROOT to build it along with
Date: Wed, 12 Oct 2022 04:59:10 -0400 (EDT)

branch: elpa/sweeprolog
commit 2168e4840bda127abb3350318a2c82478fad7513
Author: Jan Wielemaker <J.Wielemaker@vu.nl>
Commit: Jan Wielemaker <J.Wielemaker@vu.nl>

    PORT: Try to find emacs-module.h in the $MINGW_ROOT to build it along with
    the Windows versions.
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fa4e669fae..c5f15b9c2d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,6 +9,7 @@ find_path(
   EMACS_INCLUDE_DIR
   NAMES "emacs-module.h"
   PATHS /Applications/Emacs.app/Contents/Resources/include
+       ${MINGW_ROOT}/include
 )
 
 if(EMACS_INCLUDE_DIR)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]