[Groonga-commit] pgroonga/pgroonga at b5ae757 [master] windows: use library name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 27 23:10:25 JST 2015


Kouhei Sutou	2015-04-27 23:10:25 +0900 (Mon, 27 Apr 2015)

  New Revision: b5ae7579431760827e0dfcf90bb824cf398becaf
  https://github.com/pgroonga/pgroonga/commit/b5ae7579431760827e0dfcf90bb824cf398becaf

  Message:
    windows: use library name

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2015-04-27 23:07:07 +0900 (114f5e0)
+++ CMakeLists.txt    2015-04-27 23:10:25 +0900 (de2e654)
@@ -43,7 +43,7 @@ add_library(libpgroonga SHARED ${PGRN_SOURCES})
 set_target_properties(libpgroonga PROPERTIES OUTPUT_NAME "${PGRN_PROJECT_ID}")
 target_link_libraries(libpgroonga
   libgroonga
-  "-lpostgres")
+  "postgres.lib")
 install(TARGETS libpgroonga
   DESTINATION "${PGRN_EXTENSION_DIR}")
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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