boost@1.55: remove `env :userpaths` (#10637)
parent
a118eac51a
commit
4e614d6f62
|
@ -1,6 +1,6 @@
|
|||
class BoostAT155 < Formula
|
||||
desc "Collection of portable C++ source libraries"
|
||||
homepage "http://www.boost.org"
|
||||
homepage "https://www.boost.org"
|
||||
revision 1
|
||||
|
||||
stable do
|
||||
|
@ -39,8 +39,6 @@ class BoostAT155 < Formula
|
|||
|
||||
keg_only :versioned_formula
|
||||
|
||||
env :userpaths
|
||||
|
||||
option "with-icu", "Build regexp engine with icu support"
|
||||
option "without-single", "Disable building single-threading variant"
|
||||
option "without-static", "Disable building static library variant"
|
||||
|
|
Loading…
Reference in New Issue