diff options
| author | Samuel John | 2013-06-03 22:17:37 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-03 22:17:37 +0200 |
| commit | ab2ed1d258a922d72b76895bdbc38a89a77d0c9c (patch) | |
| tree | 0d960434bfb4386508a700873dac4a2056075550 /Library | |
| parent | ec65a8a15ac0f86d51e027e2335f5d604f4c6283 (diff) | |
| download | homebrew-ab2ed1d258a922d72b76895bdbc38a89a77d0c9c.tar.bz2 | |
mercurial: Style bit
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mercurial.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index 650c8dfda..10d482970 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -24,7 +24,6 @@ class Mercurial < Formula if python.from_osx? && !MacOS::CLT.installed? # Help castrated system python on Xcode find the Python.h: # Setting CFLAGS does not work :-( - # ENV['CFLAGS'] = "-I#{python.incdir}" inreplace 'setup.py', 'get_python_inc()', "'#{python.incdir}'" end system "make doc" if build.head? or build.include? 'doc' |
