diff options
author | Evan Martin <martine@danga.com> | 2011-04-22 21:53:59 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2011-04-22 21:53:59 (GMT) |
commit | e587ab486e9e448c24b78f34ec3935efc1df50ae (patch) | |
tree | 7d67917fdf284b91a4ba7ecbafaf5ed0fb6bc4a8 | |
parent | fd8c47a8a27430eeb41d75df8faf694288d0c54c (diff) | |
download | Ninja-e587ab486e9e448c24b78f34ec3935efc1df50ae.zip Ninja-e587ab486e9e448c24b78f34ec3935efc1df50ae.tar.gz Ninja-e587ab486e9e448c24b78f34ec3935efc1df50ae.tar.bz2 |
fix typo in comment in bootstrap.sh
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 2406814..7722c18 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -32,7 +32,7 @@ conf_cflags = -O2 ${EXTRA_CFLAGS} conf_ldflags = -s ${EXTRA_LDFLAGS} # When developing: # conf_cflags = -g -Wall ${EXTRA_CFLAGS} -# conf_ldlags = ${EXTRA_LDFLAGS} +# conf_ldflags = ${EXTRA_LDFLAGS} EOT echo "Building ninja manually..." |