Skip to content

Commit e2b50a3

Browse files
committed
neovim: add new requirement for neovim
`LPEG_LIBRARY` needs to be explicitly provided to `cmake`
1 parent 9e36f01 commit e2b50a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/n/neovim.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def install
148148
system "cmake", "-S", ".", "-B", "build",
149149
"-DLUV_LIBRARY=#{Formula["luv"].opt_lib/shared_library("libluv")}",
150150
"-DLIBUV_LIBRARY=#{Formula["libuv"].opt_lib/shared_library("libuv")}",
151+
"-DLPEG_LIBRARY=#{Formula["lpeg"].opt_lib/shared_library("liblpeg")}",
151152
*std_cmake_args
152153

153154
system "cmake", "--build", "build"

0 commit comments

Comments
 (0)