summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
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..."