Merge commit '56284506fccdd38b3d45b1656809db8036d3ced0' into feature/update-dependencies

This commit is contained in:
Sergey Abramchuk
2018-05-03 11:46:13 +03:00
26 changed files with 1162 additions and 412 deletions
@@ -36,11 +36,7 @@ else
tar xfz $DL/$FNAME
cd asio-$ASIO_VERSION
# apply pre-generated patches
for file in $O3/core/deps/asio/patches/*.patch; do
echo Applying patch: $file
git apply $file
done
apply_patches "asio"
cd ..