Skip to content

Commit

Permalink
#2053 fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Dec 30, 2024
1 parent 54746a4 commit ee560fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2505,7 +2505,7 @@ then
eval git checkout yaml-cpp-0.6.2
cd ..
echo -e "${COLOR_INFO}archiving it${COLOR_DOTS}...${COLOR_RESET}"
eval tar -czf yaml-cpp-from-git.tar.gz ./snappy
eval tar -czf yaml-cpp-from-git.tar.gz ./yaml-cpp
else
echo -e "${COLOR_INFO}unpacking it${COLOR_DOTS}...${COLOR_RESET}"
eval tar -xzf yaml-cpp-from-git.tar.gz
Expand Down

0 comments on commit ee560fd

Please sign in to comment.