diff options
Diffstat (limited to 'chapter7/libstdc++.sh')
-rw-r--r-- | chapter7/libstdc++.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter7/libstdc++.sh b/chapter7/libstdc++.sh index 87c89b7..1a0b5ee 100644 --- a/chapter7/libstdc++.sh +++ b/chapter7/libstdc++.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -ln -s gthr-posix.h libgcc/gthr-default.h +ln -s gthr-posix.h libgcc/gthr-default.h && mkdir build cd build || exit 1 ../libstdc++-v3/configure \ |