- Update to 20201017 - Fix bug not keeping quotes in bash arguments provided to mingw64-scripts.sh which is for example required to specify a different cmake generator OBS-URL: https://build.opensuse.org/request/show/842307 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=121
27 lines
1.0 KiB
Bash
27 lines
1.0 KiB
Bash
#!/bin/sh -
|
|
|
|
# mingw64-scripts
|
|
# Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones.
|
|
# Copyright (C) 2008 Levente Farkas
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
|
# MA 02110-1301 USA.
|
|
|
|
# This is a useful command-line script through which one can use the
|
|
# macros from mingw64-macros.mingw64 cross-compilation.
|
|
|
|
NAME="_`basename $0|tr -- - _`"
|
|
eval "`rpm --eval "%{$NAME}"`" $(printf " %q" "${@}")
|