[Groonga-commit] groonga/groonga at ab1a72a [master] cmake: fix wrong variable

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 26 16:11:48 JST 2016


Kouhei Sutou	2016-12-26 16:11:48 +0900 (Mon, 26 Dec 2016)

  New Revision: ab1a72a0c68c6d32977c3ccc4744c90e2334ffee
  https://github.com/groonga/groonga/commit/ab1a72a0c68c6d32977c3ccc4744c90e2334ffee

  Message:
    cmake: fix wrong variable
    
    We should use build system name instead of host system name.

  Modified files:
    config.h.cmake

  Modified: config.h.cmake (+2 -2)
===================================================================
--- config.h.cmake    2016-12-26 15:16:31 +0900 (d0a385f)
+++ config.h.cmake    2016-12-26 16:11:48 +0900 (bfd0cbd)
@@ -3,8 +3,8 @@
 /* general constants */
 #define CONFIGURE_OPTIONS    "${CONFIGURE_OPTIONS}"
 
-#define HOST_CPU             "${CMAKE_HOST_SYSTEM_PROCESSOR}"
-#define HOST_OS              "${CMAKE_HOST_SYSTEM_NAME}"
+#define HOST_CPU             "${CMAKE_SYSTEM_PROCESSOR}"
+#define HOST_OS              "${CMAKE_SYSTEM_NAME}"
 
 #define VERSION              "${VERSION}"
 #define PACKAGE              "${PROJECT_NAME}"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index