[Groonga-commit] ranguba/rroonga at 9326167 [master] windows: Use more adequate name

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Sep 25 22:50:30 JST 2015


Hiroshi Hatake	2015-09-25 22:50:30 +0900 (Fri, 25 Sep 2015)

  New Revision: 9326167ead984a0231947412fd1812d67de7bf14
  https://github.com/ranguba/rroonga/commit/9326167ead984a0231947412fd1812d67de7bf14

  Merged 1e2a565: Merge pull request #108 from cosmo0920/use-rake-compiler-dock

  Message:
    windows: Use more adequate name
    
    target_rubies ->
    cross_target_rubies

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -3)
===================================================================
--- Rakefile    2015-09-25 22:49:49 +0900 (3ce72a6)
+++ Rakefile    2015-09-25 22:50:30 +0900 (23a57c3)
@@ -148,7 +148,7 @@ namespace :clean do
   end
 end
 
-def target_rubies
+def cross_target_rubies
   "2.0.0:2.1.6:2.2.2"
 end
 
@@ -165,7 +165,7 @@ namespace :build do
     RakeCompilerDock.sh %Q[
       bundle
       rake clean
-      rake cross native gem RUBY_CC_VERSION=\"#{target_rubies}\"
+      rake cross native gem RUBY_CC_VERSION=\"#{cross_target_rubies}\"
     ]
   end
 end
@@ -179,7 +179,7 @@ namespace :build do
       bundle
       rake clean
       export RROONGA_USE_GROONGA_X64=true
-      rake cross native gem RUBY_CC_VERSION=\"#{target_rubies}\"
+      rake cross native gem RUBY_CC_VERSION=\"#{cross_target_rubies}\"
     ]
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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