summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/build-boost-mingw-cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/build-boost-mingw-cross.sh b/contrib/build-boost-mingw-cross.sh
index 05ea169..859f8e9 100755
--- a/contrib/build-boost-mingw-cross.sh
+++ b/contrib/build-boost-mingw-cross.sh
@@ -18,4 +18,4 @@ for target in w32 w64; do
cp -r boost ../boost-$target/include
./b2 --layout=system variant=release threading=multi link=shared runtime-link=shared toolset=gcc-$target target-os=windows threadapi=win32 stage --clean || true
done
-rm -rf boost_${BOOST_DASH}
+rm -rf ../boost_${BOOST_DASH}