branch: elpa/sweeprolog
commit 2168e4840bda127abb3350318a2c82478fad7513
Author: Jan Wielemaker <[email protected]>
Commit: Jan Wielemaker <[email protected]>

    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