view configure @ 15912:57a353715a8f v8.1.0962

patch 8.1.0962: building with MinGW and static libs doesn't work commit https://github.com/vim/vim/commit/d91e5dafd5ec57d8e61f1a6ba3628a255785c25c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 21 13:34:07 2019 +0100 patch 8.1.0962: building with MinGW and static libs doesn't work Problem: Building with MinGW and static libs doesn't work. (Salman Halim) Solution: Add -lgcc. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Feb 2019 13:45:06 +0100
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"