Skip to content

Fix crash on arch "all" for libs

Jonatan Hatakeyama Zeidler requested to merge fix-lib-all into dev

This MR fixes a crash that happens when a lib has restrict_arch: all. The cause was superfluous line accessing a dictionary which doesn't contain the key all.

Merge request reports