Convert undefsym.sh to undefsym.py and replace $PWD with $build_dir Yonggang Luo (2): meson: Convert undefsym.sh to undefsym.py configure: Fix include and linkage issue on msys2
configure | 28 +++++++++++++++------- meson.build | 2 +- scripts/undefsym.py | 57 +++++++++++++++++++++++++++++++++++++++++++++ scripts/undefsym.sh | 20 ---------------- 4 files changed, 77 insertions(+), 30 deletions(-) create mode 100644 scripts/undefsym.py delete mode 100755 scripts/undefsym.sh -- 2.27.0.windows.1