diff options
author | Othmar Gsenger <otti@anytun.org> | 2012-01-06 02:24:13 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2012-01-06 02:24:13 +0000 |
commit | b3f26780a4612deb56f712b0a615e780b2ec4294 (patch) | |
tree | 28835edb413361cea0eaaa81fd0fb072216e8843 /contrib/build-boost-mingw-cross.sh | |
parent | svn ignore updated (diff) |
clean temporary boost files afgter build_boost_cross script
Diffstat (limited to 'contrib/build-boost-mingw-cross.sh')
-rwxr-xr-x | contrib/build-boost-mingw-cross.sh | 2 |
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} |