[Groonga-commit] groonga/groonga at 9ccaebd [master] package windows: upgrade to LZ4 r125

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 15 13:38:32 JST 2014


Kouhei Sutou	2014-12-15 13:38:32 +0900 (Mon, 15 Dec 2014)

  New Revision: 9ccaebdf166a5018a8a12155cc61af00815a805c
  https://github.com/groonga/groonga/commit/9ccaebdf166a5018a8a12155cc61af00815a805c

  Message:
    package windows: upgrade to LZ4 r125
    
    The release has a fix for cross-building for Windows on GNU/Linux.

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+2 -2)
===================================================================
--- packages/windows/Rakefile    2014-12-15 13:24:55 +0900 (a13dc50)
+++ packages/windows/Rakefile    2014-12-15 13:38:32 +0900 (9e23609)
@@ -107,7 +107,7 @@ namespace :build do
     tmp_dir = Pathname.new("tmp/lz4")
     rm_rf(tmp_dir)
     mkdir_p(tmp_dir)
-    lz4_version = "r124"
+    lz4_version = "r125"
     lz4_base = "lz4-#{lz4_version}"
     lz4_tar_gz_url_base =
       "https://github.com/Cyan4973/lz4/archive"
@@ -120,7 +120,7 @@ namespace :build do
     Dir.chdir(tmp_dir + lz4_base) do
       sh("make",
          "CC=#{host}-gcc",
-         # "EXT=.exe",
+         "EXT=.exe",
          "SHARED_EXT=dll",
          "PREFIX=#{binary_dir}",
          "install") or exit(false)
-------------- next part --------------
HTML����������������������������...
Download 



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