diff --git a/NvimView/neovim b/NvimView/neovim index 0a0f8fbf..547a1935 160000 --- a/NvimView/neovim +++ b/NvimView/neovim @@ -1 +1 @@ -Subproject commit 0a0f8fbf2a1d976294fd1a9bb7b4efb3cf7fe67b +Subproject commit 547a19356606b3853616e276526baac82a68b6f5 diff --git a/bin/build_libnvim.sh b/bin/build_libnvim.sh index e0c44edd..7becf7b5 100755 --- a/bin/build_libnvim.sh +++ b/bin/build_libnvim.sh @@ -4,6 +4,9 @@ set -e echo "### Building libnvim" +# Brew's gettext does not get sym-linked to PATH +export PATH=/usr/local/opt/gettext/bin:$PATH + ln -sf ../local.mk . # We assume that we're already in the neovim project root.