mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix testspr: for empty version list
This commit is contained in:
parent
0f5ed91e03
commit
82d7f65b0c
1 changed files with 6 additions and 0 deletions
|
@ -142,6 +142,12 @@ echo " include-paths = (${include_paths[*]})"
|
|||
echo " max-procs = ${max_procs}"
|
||||
echo " force = ${force}"
|
||||
|
||||
if [ -z "${gcc_version}" ]; then
|
||||
gcc_version=" "
|
||||
fi
|
||||
if [ -z "${clang_version}" ]; then
|
||||
clang_version=" "
|
||||
fi
|
||||
for user_macro in ${user_macros}; do
|
||||
define_options="${define_options} -D${user_macro}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue