corrected project files for host build

This commit is contained in:
2021-03-20 15:07:04 +01:00
committed by Robin Mueller
parent 49bb0518d9
commit 7e6c59bb1b
3 changed files with 39 additions and 36 deletions

View File

@ -16,7 +16,7 @@ fi
build_generator=""
os_fsfw="host"
build_dir="Debug-Release"
build_dir="Release-Host"
if [ "${OS}" = "Windows_NT" ]; then
build_generator="MinGW Makefiles"
# Could be other OS but this works for now.