simple mode working

This commit is contained in:
2021-06-30 15:32:15 +02:00
parent 4f2b422711
commit f4115bb92c
5 changed files with 37 additions and 27 deletions

View File

@ -31,5 +31,5 @@ fi
echo "Running command (without the leading +):"
set -x # Print command
${python} cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
-l"${build_dir}" -d "${definitions}
-l"${build_dir}" -d "${definitions}"
# set +x

View File

@ -29,6 +29,6 @@ fi
echo "Running command (without the leading +):"
set -x # Print command
${python} cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
-l"${build_dir}" -d "${definitions}
-l"${build_dir}" -d "${definitions}"
# set +x