Kouhei Sutou
null+****@clear*****
Wed Nov 15 10:18:42 JST 2017
Kouhei Sutou 2017-11-15 10:18:42 +0900 (Wed, 15 Nov 2017) New Revision: a6539dcc3aa626081aac6e9cf4ec17d473b8cdce https://github.com/groonga/groonga/commit/a6539dcc3aa626081aac6e9cf4ec17d473b8cdce Message: package windows: SOURCE environment isn't required for pdb:generate Modified files: packages/windows/Rakefile Modified: packages/windows/Rakefile (+4 -1) =================================================================== --- packages/windows/Rakefile 2017-11-15 09:13:25 +0900 (f6a41ce4d) +++ packages/windows/Rakefile 2017-11-15 10:18:42 +0900 (d72fc8ac9) @@ -24,7 +24,6 @@ base_dir = Pathname.new(__FILE__).dirname architecture = ENV["ARCHITECTURE"] groonga_win32_x86_p = architecture == "x86" groonga_version = ENV["VERSION"] -groonga_source = Pathname.new(ENV["SOURCE"]).expand_path debug_build_p = ENV["DEBUG_BUILD"] == "yes" memory_debug_build_p = ENV["MEMORY_DEBUG_BUILD"] == "yes" @@ -55,6 +54,10 @@ else host = "x86_64-w64-mingw32" end +def groonga_source + Pathname.new(ENV["SOURCE"]).expand_path +end + def download(url, download_dir) base_name = url.split("/").last.split("?", 2)[0] absolute_output_path = download_dir + base_name -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171115/105b6d51/attachment-0001.htm