[Groonga-commit] ranguba/rroonga at 129e973 [master] Use the same environment variable in Rakefile and extconf.rb

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Dec 29 11:59:52 JST 2013


Kouhei Sutou	2013-12-29 11:59:52 +0900 (Sun, 29 Dec 2013)

  New Revision: 129e973cde2bd7691c3c32751fa16f64bc152b37
  https://github.com/ranguba/rroonga/commit/129e973cde2bd7691c3c32751fa16f64bc152b37

  Message:
    Use the same environment variable in Rakefile and extconf.rb

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2013-12-29 11:54:46 +0900 (f3e2b7e)
+++ Rakefile    2013-12-29 11:59:52 +0900 (01d0ab9)
@@ -98,7 +98,7 @@ relative_binary_dir = File.join("vendor", "local")
 vendor_dir = File.join(base_dir, relative_vendor_dir)
 binary_dir = File.join(base_dir, relative_binary_dir)
 
-groonga_win32_i386_p = ENV["GROONGA64"] != "yes"
+groonga_win32_i386_p = ENV["RROONGA_USE_GROONGA_X64"].nil?
 
 namespace :win32 do
   namespace :groonga do
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る