Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix: fix bug in download-thirdparty (#469)
Browse files Browse the repository at this point in the history
Co-authored-by: smityz <[email protected]>
  • Loading branch information
Smityz and Smityz authored May 21, 2020
1 parent 749f5e2 commit c586820
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions thirdparty/download-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ exit_if_fail $?

# readwrite queue
# from: https://codeload.github.com/cameron314/readerwriterqueue/tar.gz/v1.0.2
CONCURRENT_QUEUE_NAME=readerwriterqueue-1.0.2
CONCURRENT_QUEUE_PKG=${CONCURRENT_QUEUE_NAME}.tar.gz
check_and_download "${CONCURRENT_QUEUE_PKG}"\
"${OSS_URL_PREFIX}/${CONCURRENT_QUEUE_PKG}"\
READERWRITER_QUEUE_NAME=readerwriterqueue-1.0.2
READERWRITER_QUEUE_PKG=${READERWRITER_QUEUE_NAME}.tar.gz
check_and_download "${READERWRITER_QUEUE_PKG}"\
"${OSS_URL_PREFIX}/${READERWRITER_QUEUE_PKG}"\
"9e355a2660bd2810cb1874fb7366906e"\
"${CONCURRENT_QUEUE_NAME}"
"${READERWRITER_QUEUE_NAME}"
exit_if_fail $?

# googletest
Expand Down

0 comments on commit c586820

Please sign in to comment.