Skip to content

Commit

Permalink
python3: add dtrace support
Browse files Browse the repository at this point in the history
Closes #10343.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
Matthew Raspberry authored and fxcoudert committed Mar 5, 2017
1 parent 5b1e4ca commit ef12a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/python3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Python3 < Formula
url "https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz"
sha256 "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622"
head "https://github.com/python/cpython", :using => :git
revision 1

bottle do
sha256 "b9b1de457689c84376fb8c35c67b0de4745ccb573ddc5f8ce0257b3b73358917" => :sierra
Expand Down Expand Up @@ -85,6 +86,7 @@ def install
--datadir=#{share}
--enable-framework=#{frameworks}
--without-ensurepip
--with-dtrace
]

args << "--without-gcc" if ENV.compiler == :clang
Expand Down

0 comments on commit ef12a2f

Please sign in to comment.