mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:27:18 +03:00
scripts: use end-of-options marker in find -exec commands
Closes #19450
This commit is contained in:
parent
a8e46c5ab1
commit
6aab1dc263
8 changed files with 13 additions and 13 deletions
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -587,7 +587,7 @@ jobs:
|
|||
cargo build -v --package quiche --release --features ffi,pkg-config-meta,qlog --verbose
|
||||
ln -s libquiche.so target/release/libquiche.so.0
|
||||
mkdir -v quiche/deps/boringssl/src/lib
|
||||
find target/release \( -name libcrypto.a -o -name libssl.a \) -exec ln -vnf '{}' quiche/deps/boringssl/src/lib \;
|
||||
find target/release \( -name libcrypto.a -o -name libssl.a \) -exec ln -vnf -- '{}' quiche/deps/boringssl/src/lib \;
|
||||
|
||||
# include dir
|
||||
# /home/runner/quiche/quiche/deps/boringssl/src/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue