We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bade09 commit ccbccc7Copy full SHA for ccbccc7
build-cross-tools.sh
@@ -63,7 +63,7 @@ while [ $# -gt 0 ]; do
63
shift
64
done
65
if [ -z "$CROSS_ARCH" ]; then
66
- echo $0 native prefix arch [--with-python] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tool-extra] [--disable-mingw-w64-tools] [--disable-make] [--thinlto] [--lto] [--pgo[=profile]]
+ echo $0 native prefix arch [--with-python] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tools-extra] [--disable-mingw-w64-tools] [--disable-make] [--thinlto] [--lto] [--pgo[=profile]]
67
exit 1
68
fi
69
0 commit comments