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:
parent
6d5bc5762c
commit
abfa6082b4
2 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue