From bb00c27de1c4801fb2cf204462f14f071d082f7e Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Mon, 24 Feb 2020 21:50:21 -0800 Subject: [PATCH] maybe_bulid depends on filling the hex path first --- bin/kaleidoscope-builder | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index b3b96ca6..9fa97fe9 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -291,6 +291,10 @@ hex_with_bootloader () { } maybe_build () { + build_version + build_paths + build_filenames + if [ ! -e "${HEX_FILE_PATH}" ]; then build "$@" fi