[Groonga-commit] groonga/heroku-groonga-builder at 8efd3df [master] Fix PKG_CONFIG_PATH path

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 11 13:43:38 JST 2015


Kouhei Sutou	2015-02-11 13:43:38 +0900 (Wed, 11 Feb 2015)

  New Revision: 8efd3df687e80fb0ee8a78f2f8f15a3e575b6355
  https://github.com/groonga/heroku-groonga-builder/commit/8efd3df687e80fb0ee8a78f2f8f15a3e575b6355

  Message:
    Fix PKG_CONFIG_PATH path

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2015-02-11 13:39:05 +0900 (d33cafc)
+++ Rakefile    2015-02-11 13:43:38 +0900 (50af1a0)
@@ -84,7 +84,7 @@ class GroongaBuilder
 
   def setup_environment_variables
     ENV["PKG_CONFIG_PATH"] =
-      File.join(absolute_install_prefix, "lib", "pkg-config")
+      File.join(absolute_install_prefix, "lib", "pkgconfig")
     path = ENV["PATH"].split(File::PATH_SEPARATOR)
     path += [File.join(absolute_install_prefix, "bin")]
     ENV["PATH"] = path.join(File::PATH_SEPARATOR)
-------------- next part --------------
HTML����������������������������...
Download 



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