Fix build

This commit is contained in:
Willy-JL
2023-07-20 02:40:28 +01:00
parent dc61de9b78
commit 3398d76b59
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ def generate(env):
action=Action(
'${PYTHON3} "${VERSION_SCRIPT}" generate '
"-t ${TARGET_HW} -fw-origin ${FIRMWARE_ORIGIN} "
'-o ${TARGET.dir.posix} --dir "${ROOT_DIR}"',
'-o ${TARGET.dir.posix} --dir "${ROOT_DIR}" --suffix "${DIST_SUFFIX}"',
"${VERSIONCOMSTR}",
),
emitter=version_emitter,