]> Git Repo - qemu.git/commit
meson: Mingw64 gcc doesn't recognize system include_type for sdl2
authorYonggang Luo <[email protected]>
Wed, 26 Aug 2020 15:10:03 +0000 (23:10 +0800)
committerPaolo Bonzini <[email protected]>
Thu, 27 Aug 2020 16:52:30 +0000 (18:52 +0200)
commit363743dacb5e6b0949dd2bc305bafc9594d2c799
tree69035900e6da2e39b2c0d72d8aa374d939d2c037
parentcb23fd474035f7232a462dbcad8e61e6b1fa12f1
meson: Mingw64 gcc doesn't recognize system include_type for sdl2

Windows paths result in command lines like "-isystemC:/msys64/..." that
are not recognized by GCC.  "include_type: 'system'" was only included
in an attempt to fix the -Wundef warnings in SDL 2.0.8, but it was not
effective.  Therefore we can fix this by remove the include_type.

Signed-off-by: Yonggang Luo <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
meson.build
This page took 0.025648 seconds and 4 git commands to generate.