switch: fix meson not being able to deduct type sizes
This commit is contained in:
parent
2977ec2f42
commit
9530fcf759
1 changed files with 3 additions and 0 deletions
|
@ -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)'
|
||||
|
|
Loading…
Reference in a new issue