aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index dfb6f7f..27fd83d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -26,7 +26,7 @@ while test $# -ne 0; do
echo "error: c++ compiler flags expected after --cxxflags" 1>&2
exit 1
fi
- cxx=$1
+ cxxflags=$1
shift
;;
--libbutl)