Skip to content

Commit 4fae158

Browse files
committed
cs fix
1 parent 7d87856 commit 4fae158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/ngtcp2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ protected function build(): void
5353
// on macOS, the static library may contain other static libraries?
5454
// ld: archive member 'libssl.a' not a mach-o file in libngtcp2_crypto_ossl.a
5555
shell()->cd(BUILD_LIB_PATH)
56-
->exec("ar -t libngtcp2_crypto_ossl.a | grep '\.a$' | xargs -n1 ar d libngtcp2_crypto_ossl.a");
56+
->exec("ar -t libngtcp2_crypto_ossl.a | grep '\\.a$' | xargs -n1 ar d libngtcp2_crypto_ossl.a");
5757
}
5858
}

0 commit comments

Comments
 (0)