[Groonga-mysql-commit] mroonga/homebrew-mroonga at 0cc10a4 [master] Update option list

Back to archive index
Sutou Kouhei null+****@clear*****
Fri Sep 10 09:45:00 JST 2021


Sutou Kouhei	2021-09-10 09:45:00 +0900 (Fri, 10 Sep 2021)

  Revision: 0cc10a4dcab8d32806cb541415c830de206a6ed6
  https://github.com/mroonga/homebrew-mroonga/commit/0cc10a4dcab8d32806cb541415c830de206a6ed6

  Message:
    Update option list

  Modified files:
    mroonga.rb

  Modified: mroonga.rb (+3 -4)
===================================================================
--- mroonga.rb    2021-09-10 09:43:09 +0900 (942b55a)
+++ mroonga.rb    2021-09-10 09:45:00 +0900 (a00f363)
@@ -6,10 +6,9 @@ class Mroonga < Formula
 
   depends_on "pkg-config" => :build
 
-  option "use-homebrew-mysql", "Use MySQL installed by Homebrew."
-  option "use-homebrew-mysql56", "Use MySQL****@5***** installed by Homebrew."
-  option "use-homebrew-mysql55", "Use MySQL****@5***** installed by Homebrew."
-  option "use-homebrew-mariadb", "Use MariaDB installed by Homebrew. You can't use this option with use-homebrew-mysql, use-homebrew-mysql56, and use-homebrew-mysql55."
+  option "with-homebrew-mysql", "Use MySQL installed by Homebrew."
+  option "with-****@5*****", "Use MySQL****@5***** installed by Homebrew."
+  option "with-homebrew-mariadb", "Use MariaDB installed by Homebrew."
   option "with-mecab", "Use MeCab installed by Homebrew. You can use additional tokenizer - TokenMecab. Note that you need to build Groonga with MeCab"
   option "with-mysql-source=PATH", "MySQL source directory. You can't use this option with use-homebrew-mysql, use-homebrew-mysql56 and use-homebrew-mariadb"
   option "with-mysql-build=PATH", "MySQL build directory (default: guess from with-mysql-source)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20210910/c8597e9b/attachment.html>


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