You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building one variant under ARM/AArch64, shutil will try to override
an existing directory, leading to an Exception.
Also fix a lack of space in the error message.
f"Skipping extracting the common headers for {target}: not enough variants to compare.At least two variants must be enabled for the multilib header optimisation phase to proceed."
77
+
f"Skipping extracting the common headers for {target}: not enough variants to compare. "
78
+
"At least two variants must be enabled for the multilib header optimisation phase to proceed."
77
79
)
78
80
# The script always creates the multilib-optimised folder, even when there's only one variant and no
79
81
# optimization is applied. In that case, multilib-optimised will just contain a copy of the
80
82
# single variant from the non-optimised multilib directory.
0 commit comments