ledger: revision for boost 1.71.0
This commit is contained in:
parent
1ad93b96bf
commit
583cc5ab9c
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ class Ledger < Formula
|
|||
homepage "https://ledger-cli.org/"
|
||||
url "https://github.com/ledger/ledger/archive/v3.1.3.tar.gz"
|
||||
sha256 "b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b"
|
||||
revision 1
|
||||
revision 2
|
||||
head "https://github.com/ledger/ledger.git"
|
||||
|
||||
bottle do
|
||||
|
@ -32,6 +32,7 @@ class Ledger < Formula
|
|||
-DBUILD_DOCS=1
|
||||
-DBUILD_WEB_DOCS=1
|
||||
-DUSE_PYTHON27_COMPONENT=1
|
||||
-DBoost_NO_BOOST_CMAKE=ON
|
||||
]
|
||||
system "./acprep", "opt", "make", *args
|
||||
system "./acprep", "opt", "make", "doc", *args
|
||||
|
|
Loading…
Reference in a new issue