Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hchunhui committed Jun 23, 2023
1 parent c1af47f commit 0b19720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fetch_boost_mini() {
git clone -b "boost-$BOOST_VERSION" --depth=1 https://github.com/boostorg/filesystem.git &&
git clone -b "boost-$BOOST_VERSION" --depth=1 https://github.com/boostorg/locale.git &&
git clone -b "boost-$BOOST_VERSION" --depth=1 https://github.com/boostorg/regex.git &&
git clone --depth=1 https://github.com/boostorg/dll.git &&
git clone -b "boost-1.82.0" --depth=1 https://github.com/boostorg/dll.git &&
popd
}

Expand Down

0 comments on commit 0b19720

Please sign in to comment.