libtorrent-rasterbar: revision for btfs
build with ENV.cxx11 Closes #16089. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
b5fde06f59
commit
9551c7306b
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ class LibtorrentRasterbar < Formula
|
|||
homepage "http://www.libtorrent.org/"
|
||||
url "https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_1_4/libtorrent-rasterbar-1.1.4.tar.gz"
|
||||
sha256 "ccf42367803a6df7edcf4756d1f7d0a9ce6158ec33b851b3b58fd470ac4eeba6"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -26,6 +27,7 @@ class LibtorrentRasterbar < Formula
|
|||
depends_on "boost-python" if build.with? "python"
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
args = ["--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
|
|
Loading…
Reference in a new issue