This commit is contained in:
2021-06-08 17:31:53 +02:00
parent b7caf6b38f
commit 4772b5c2e6
13 changed files with 12 additions and 384 deletions

View File

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