view configure @ 23539:19d54961af72 v8.2.2312

patch 8.2.2312: build failure with Ruby 3.0 and 32 bits Commit: https://github.com/vim/vim/commit/467b59c2eb06f7fe6c2b5b677855cd422adbc45c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 8 19:31:39 2021 +0100 patch 8.2.2312: build failure with Ruby 3.0 and 32 bits Problem: Build failure with Ruby 3.0 and 32 bits. Solution: Add #ifdef. (closes https://github.com/vim/vim/issues/7638)
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Jan 2021 19:45:05 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"