1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix bashscript: add --compiler option

This commit is contained in:
bolero-MURAKAMI 2013-09-23 21:10:58 +09:00
parent 6d5bc5762c
commit abfa6082b4
2 changed files with 12 additions and 6 deletions

View file

@ -82,7 +82,7 @@ if [ ${use_help} -ne 0 ]; then
fi
echo "settings:"
echo " stagedir = \"${stagedir}\""
echo " stagedir = '${stagedir}'"
echo " gcc-version = (${gcc_version})"
echo " clang-version = (${clang_version})"
if [ ${#user_macros[*]} -gt 0 ]; then