switch: fix meson not being able to deduct type sizes

This commit is contained in:
p-sam 2021-04-18 13:54:08 +00:00
parent 2977ec2f42
commit 9530fcf759

View file

@ -20,6 +20,9 @@ function bin_path() {
ADDITIONAL_LINK_FLAGS="-specs=$DEVKITPRO/libnx/switch.specs"
# Revert upstream MSYS2 support mitigation
CPPFLAGS="$(echo "$CPPFLAGS" | sed "s/-I /-I/g")"
cat <<DOCEND
[binaries]
c = '$(bin_path gcc)'