Skip to content

Commit 9c002a9

Browse files
Scr3amermstorsjo
authored andcommitted
Fix typo in help of build-all.sh
1 parent ca2bc90 commit 9c002a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ while [ $# -gt 0 ]; do
5555
shift
5656
done
5757
if [ -z "$PREFIX" ]; then
58-
echo $0 [--enable-asserts] able-dylib] [--full-llvm] [--with-python] [--symlink-projects] [--disable-lldb] [--disable-clang-tools-extra] [--host=triple] [--with-default-win32-winnt=0x601] [--with-default-msvcrt=ucrt] dest
58+
echo $0 [--enable-asserts] [--disable-dylib] [--full-llvm] [--with-python] [--symlink-projects] [--disable-lldb] [--disable-clang-tools-extra] [--host=triple] [--with-default-win32-winnt=0x601] [--with-default-msvcrt=ucrt] dest
5959
exit 1
6060
fi
6161

0 commit comments

Comments
 (0)