]> git.tdb.fi Git - builder.git/blobdiff - bootstrap.sh
Add support for statically linking the C++ standard library
[builder.git] / bootstrap.sh
index 9497096ac31fbafc899dc00fda2ef37c3a46f9e7..b8531257a94a68b134cfadb8b4f31acd2b61406c 100755 (executable)
@@ -97,7 +97,7 @@ for i in $REQUIRED; do
                done
                findargs="$subdirs"
                if [ "$check_overlay" ]; then
-                       findargs="$findargs -mindepth 1 ( -type d ! ( $check_overlay ) -prune ) ,"
+                       findargs="$findargs -mindepth 1 ( -type d ! ( $check_overlay ) -prune -false ) -o "
                fi
 
                headers=`find $findargs -name '*.h'`