mercurial: Style bit
This commit is contained in:
parent
2443386d10
commit
1a11e67534
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ class Mercurial < Formula
|
||||||
if python.from_osx? && !MacOS::CLT.installed?
|
if python.from_osx? && !MacOS::CLT.installed?
|
||||||
# Help castrated system python on Xcode find the Python.h:
|
# Help castrated system python on Xcode find the Python.h:
|
||||||
# Setting CFLAGS does not work :-(
|
# Setting CFLAGS does not work :-(
|
||||||
# ENV['CFLAGS'] = "-I#{python.incdir}"
|
|
||||||
inreplace 'setup.py', 'get_python_inc()', "'#{python.incdir}'"
|
inreplace 'setup.py', 'get_python_inc()', "'#{python.incdir}'"
|
||||||
end
|
end
|
||||||
system "make doc" if build.head? or build.include? 'doc'
|
system "make doc" if build.head? or build.include? 'doc'
|
||||||
|
|
Loading…
Reference in a new issue