初始化PHP-Xlswrite扩展
This commit is contained in:
12
library/libexpat/expat/run.sh.in
Normal file
12
library/libexpat/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