From 0d2e4117b122cbc836150a08f91da1306bfc3cf0 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Fri, 8 Dec 2017 13:24:59 +0100 Subject: [PATCH] Link local.mk in the build script --- bin/build_libnvim.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/build_libnvim.sh b/bin/build_libnvim.sh index fdbf9347..5e7a63d9 100755 --- a/bin/build_libnvim.sh +++ b/bin/build_libnvim.sh @@ -4,6 +4,8 @@ set -e echo "### Building libnvim" +ln -sf ../local.mk . + # We assume that we're already in the neovim project root. # Use custom gettext source only when building libnvim => not in local.mk which is also used to build the full nvim # to get the full runtime.