mbox series

[v2,0/6] Fixes msys2 building after the meson convert

Message ID 20200827050543.44-1-luoyonggang@gmail.com
Headers show
Series Fixes msys2 building after the meson convert | expand

Message

罗勇刚(Yonggang Luo) Aug. 27, 2020, 5:05 a.m. UTC
From: Yonggang Luo <luoyonggang@gmail.com>


These patch series fixes the building of newest qemu under
msys2 environment

Yonggang Luo (6):
  meson: Fixes the ninjatool issue that E$$: are generated in
    Makefile.ninja
  meson: fixes relpath may fail on win32.
  meson: Mingw64 gcc doesn't recognize system include_type for sdl2
  configure: Fix include and linkage issue on msys2
  meson: Fixes ninjatool can not be recognized as script under
    Window/MSYS2
  meson: Convert undefsym.sh to undefsym.py

 configure             | 28 ++++++++++++++-------
 meson.build           |  5 ++--
 scripts/mtest2make.py | 11 +++++++--
 scripts/ninjatool.py  |  2 +-
 scripts/undefsym.py   | 57 +++++++++++++++++++++++++++++++++++++++++++
 scripts/undefsym.sh   | 20 ---------------
 6 files changed, 88 insertions(+), 35 deletions(-)
 create mode 100644 scripts/undefsym.py
 delete mode 100755 scripts/undefsym.sh

-- 
2.27.0.windows.1