Added extraction reason to check_if_need_to_extract.py

This commit is contained in:
David Benepe
2021-06-24 14:01:15 -05:00
parent bac674ed61
commit 714f39b36e
2 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ endif
######## Extract Assets & Microcode ########
DUMMY != python3 ./tools/python/check_if_need_to_extract.py $(VERSION)
DUMMY != python3 ./tools/python/check_if_need_to_extract.py $(VERSION) >&2 || echo FAIL
# NEED_TO_EXTRACT = no
#