diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/glib-networking.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/glib-networking.rb b/Library/Formula/glib-networking.rb index 72f3e4f35..b35f0a4ad 100644 --- a/Library/Formula/glib-networking.rb +++ b/Library/Formula/glib-networking.rb @@ -16,7 +16,7 @@ class GlibNetworking < Formula def install if build.with? "curl-ca-bundle" - curl_ca_bundle = Formula.factory('curl-ca-bundle').opt_prefix + curl_ca_bundle = Formula["curl-ca-bundle"].opt_prefix certs_options = "--with-ca-certificates=#{curl_ca_bundle}/share/ca-bundle.crt" else certs_options = "--without-ca-certificates" |
