Add missing file required by Expat 2.2.2
Expat configure fails without this file. See https://github.com/wxWidgets/wxWidgets/pull/524
This commit is contained in:
12
src/expat/run.sh.in
Normal file
12
src/expat/run.sh.in
Normal file
@@ -0,0 +1,12 @@
|
||||
#! /usr/bin/env bash
|
||||
# Copyright (C) 2017 Expat development team
|
||||
# Licensed under the MIT license
|
||||
|
||||
case "@host@" in
|
||||
*-mingw*)
|
||||
exec wine "$@"
|
||||
;;
|
||||
*)
|
||||
exec "$@"
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user