mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
explicitly set openssl dir?
This commit is contained in:
@@ -29,6 +29,7 @@ trait curl
|
|||||||
->addConfigureArgs(
|
->addConfigureArgs(
|
||||||
'-DBUILD_CURL_EXE=OFF',
|
'-DBUILD_CURL_EXE=OFF',
|
||||||
'-DBUILD_LIBCURL_DOCS=OFF',
|
'-DBUILD_LIBCURL_DOCS=OFF',
|
||||||
|
'-DOPENSSL_ROOT_DIR=' . BUILD_ROOT_PATH,
|
||||||
)
|
)
|
||||||
->build();
|
->build();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user