mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix test.sh: add option --gcc-root, --clang-root
This commit is contained in:
parent
dfcb6bcf31
commit
66bcd78e9f
2 changed files with 30 additions and 16 deletions
|
@ -55,7 +55,7 @@ if [ ${use_help} -ne 0 ]; then
|
|||
echo " -s, --source=<file> Indicates the source file."
|
||||
echo " Default; '../../example/darkroom/two_spheres.hpp'"
|
||||
echo ""
|
||||
echo " -S, --stagedir=<directory> Output files here."
|
||||
echo " -S, --stagedir=<dir> Output files here."
|
||||
echo " Default; 'darkroom'"
|
||||
echo ""
|
||||
echo " -o, --output=<file> Output file of the result."
|
||||
|
@ -78,7 +78,7 @@ if [ ${use_help} -ne 0 ]; then
|
|||
echo ""
|
||||
echo " -D, --define=<identifier> Define macro for preprocessor."
|
||||
echo ""
|
||||
echo " -I, --include=<directory> Add system include path."
|
||||
echo " -I, --include=<dir> Add system include path."
|
||||
echo ""
|
||||
echo " -f, --force Allow overwrite of <stagedir>."
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue