corrected project files for host build

This commit is contained in:
2021-03-20 15:07:04 +01:00
parent 1fed42e3dc
commit 66375ab0cd
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.