We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d87856 commit 4fae158Copy full SHA for 4fae158
src/SPC/builder/unix/library/ngtcp2.php
@@ -53,6 +53,6 @@ protected function build(): void
53
// on macOS, the static library may contain other static libraries?
54
// ld: archive member 'libssl.a' not a mach-o file in libngtcp2_crypto_ossl.a
55
shell()->cd(BUILD_LIB_PATH)
56
- ->exec("ar -t libngtcp2_crypto_ossl.a | grep '\.a$' | xargs -n1 ar d libngtcp2_crypto_ossl.a");
+ ->exec("ar -t libngtcp2_crypto_ossl.a | grep '\\.a$' | xargs -n1 ar d libngtcp2_crypto_ossl.a");
57
}
58
0 commit comments