view configure @ 14792:8eb8200a55b2 v8.1.0408

patch 8.1.0408: MSVC: cannot use the "x64" native compiler option commit https://github.com/vim/vim/commit/a87f8fd3fe8697d2b43da5c89e3079aaa0f1c9c7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 18 22:58:41 2018 +0200 patch 8.1.0408: MSVC: cannot use the "x64" native compiler option Problem: MSVC: cannot use the "x64" native compiler option. Solution: Ignore case for %Platform%. Improve documentation. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 18 Sep 2018 23:00:07 +0200
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 "$@"