Increase crossbuilding flexibility

This commit is contained in:
2022-01-07 12:10:40 -05:00
parent 7ea4205c3a
commit c37ff5ec34

View File

@@ -335,6 +335,7 @@ parseInput() {
printHelp && exit 1 printHelp && exit 1
fi fi
echo HERE
[[ -v BUILD_TARGET ]] && echo "$BUILD_TARGET" [[ -v BUILD_TARGET ]] && echo "$BUILD_TARGET"
} }