diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -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)" |
