Skip to content

Commit

Permalink
fix: update PKG_CONFIG_PATH=$(cd ${SRS_OBJS}/${SRS_PLATFORM} && pwd)/…
Browse files Browse the repository at this point in the history
…${OPENSSL_CANDIDATE}/_release/lib/pkgconfig
  • Loading branch information
johzzy committed Apr 18, 2023
1 parent 36a325b commit f6e89a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/auto/depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ if [[ $SRS_RTC == YES ]] && [[ $SRS_SSL_3_0 == YES ]]; then
# If use ASM for SRTP, we enable openssl(with ASM).
if [[ $SRS_SRTP_ASM == YES ]]; then
SRTP_OPTIONS="--enable-openssl"
SRTP_CONFIGURE="env PKG_CONFIG_PATH=$(cd ${SRS_OBJS}/${SRS_PLATFORM} && pwd)/openssl/lib/pkgconfig ./configure"
SRTP_CONFIGURE="env PKG_CONFIG_PATH=$(cd ${SRS_OBJS}/${SRS_PLATFORM} && pwd)/${OPENSSL_CANDIDATE}/_release/lib/pkgconfig ./configure"
else
SRTP_CONFIGURE="./configure"
fi
Expand Down

0 comments on commit f6e89a7

Please sign in to comment.