Skip to content

Commit

Permalink
Merge branch 'develop' into fix-boost-build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev authored Jan 2, 2024
2 parents e5831fe + 6fb4d5c commit 7eee000
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,9 @@ then
then
echo -e "${COLOR_INFO}getting it from git${COLOR_DOTS}...${COLOR_RESET}"
git clone https://github.com/curl/curl.git
cd curl
git checkout curl-8_2_1
cd ..
echo -e "${COLOR_INFO}archiving it${COLOR_DOTS}...${COLOR_RESET}"
tar -czf curl-from-git.tar.gz ./curl
else
Expand Down

0 comments on commit 7eee000

Please sign in to comment.