Fix the issue where builds would always fail on the first run during the linking step due to a missing pre: in the generic_create_variant.py line (h/t to @rhapsodyv for finding that!). Subsequent builds would work since the files were cached locally, so it wasn't obvious why it was failing.
Description
pre:
in thegeneric_create_variant.py
line (h/t to @rhapsodyv for finding that!). Subsequent builds would work since the files were cached locally, so it wasn't obvious why it was failing.