Skip to content

Commit

Permalink
feat: swoole enable curl and http2
Browse files Browse the repository at this point in the history
  • Loading branch information
greezen committed Nov 17, 2023
1 parent 09a9741 commit 3718cc0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def install
--enable-brotli
--enable-openssl
--enable-swoole
--enable-swoole-curl
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
--with-brotli-dir=#{Formula["brotli"].opt_prefix}
]
Expand Down
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def install
--enable-brotli
--enable-openssl
--enable-swoole
--enable-swoole-curl
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
--with-brotli-dir=#{Formula["brotli"].opt_prefix}
]
Expand Down
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def install
--enable-brotli
--enable-openssl
--enable-swoole
--enable-swoole-curl
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
--with-brotli-dir=#{Formula["brotli"].opt_prefix}
]
Expand Down
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def install
--enable-brotli
--enable-openssl
--enable-swoole
--enable-swoole-curl
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
--with-brotli-dir=#{Formula["brotli"].opt_prefix}
]
Expand Down
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def install
--enable-brotli
--enable-openssl
--enable-swoole
--enable-swoole-curl
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
--with-brotli-dir=#{Formula["brotli"].opt_prefix}
]
Expand Down
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def install
--enable-brotli
--enable-openssl
--enable-swoole
--enable-swoole-curl
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
--with-brotli-dir=#{Formula["brotli"].opt_prefix}
]
Expand Down
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def install
--enable-brotli
--enable-openssl
--enable-swoole
--enable-swoole-curl
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
--with-brotli-dir=#{Formula["brotli"].opt_prefix}
]
Expand Down
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def install
--enable-brotli
--enable-openssl
--enable-swoole
--enable-swoole-curl
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
--with-brotli-dir=#{Formula["brotli"].opt_prefix}
]
Expand Down

0 comments on commit 3718cc0

Please sign in to comment.