summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2012-01-06 02:24:13 +0000
committerOthmar Gsenger <otti@anytun.org>2012-01-06 02:24:13 +0000
commitb3f26780a4612deb56f712b0a615e780b2ec4294 (patch)
tree28835edb413361cea0eaaa81fd0fb072216e8843
parentsvn ignore updated (diff)
clean temporary boost files afgter build_boost_cross script
-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}