diff options
| author | Adam Vandenberg | 2014-02-26 20:11:57 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-26 20:11:57 -0800 |
| commit | 5856f953251162b6cf7143c565682b7e3dc27d7d (patch) | |
| tree | 1e75b9c5c61ec08561d357e5af7121f4dad9850e /Library/Formula/python.rb | |
| parent | 82e4d7cae9d5e62f9d885ac54c6151a472337bac (diff) | |
| download | homebrew-5856f953251162b6cf7143c565682b7e3dc27d7d.tar.bz2 | |
python: fix typo in comment
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index c2b3bef3f..feea76f75 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -212,7 +212,7 @@ class Python < Formula ENV.append 'CPPFLAGS', "-I#{MacOS.sdk_path}/usr/include" unless MacOS::CLT.installed? # Don't use optimizations other than "-Os" here, because Python's distutils - # remembers (hint: `python3-config --cflags`) and reuses them for C + # remembers (hint: `python-config --cflags`) and reuses them for C # extensions which can break software (such as scipy 0.11 fails when # "-msse4" is present.) ENV.minimal_optimization |
