fix ded32mini build error

This commit is contained in:
manuel 2024-05-12 23:30:57 +00:00
parent 88bb0d7457
commit 32b6e3c108
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ class Decisions:
""" Arguments for the Mini """
build_type_mapping = {
'b-deb64': ("debmin", "_64"),
'b-deb32': ("debmin", "_32 "),
'b-deb32': ("debmin", "_32"),
'b-dev64': ("devmin", "_64"),
'b-dev32': ("devmin", "_32"),
}