diff options
| author | Mike McQuaid | 2014-12-08 19:28:23 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-08 19:29:14 +0000 |
| commit | f26ca5ce1b6e23a45aa3a2169eee6e7f1f34d630 (patch) | |
| tree | 677d7e4848c29b997d25db9ba76b8f81d80d0542 /Library/Formula | |
| parent | dde869b86a271bfdad09919f1aa3bc275529530b (diff) | |
| download | homebrew-f26ca5ce1b6e23a45aa3a2169eee6e7f1f34d630.tar.bz2 | |
python: add comment about wide/ucs4 build option.
References #32368, #34795.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 86deb25af..db9759d65 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -14,6 +14,8 @@ class Python < Formula sha1 "f3708ea1d1f736527c428f0026aa42499c489fe2" => :mountain_lion end + # Please don't add a wide/ucs4 option as it won't be accepted. + # More details in: https://github.com/Homebrew/homebrew/pull/32368 option :universal option "quicktest", "Run `make quicktest` after the build (for devs; may fail)" option "with-brewed-tk", "Use Homebrew's Tk (has optional Cocoa and threads support)" |
