mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
revert: "ci: remove mingw job #18580"
This partially reverts commit f8af81445b.
The mingw parts of cmake was removed to see if it was still used
(ref: https://github.com/neovim/neovim/pull/18580). It turns out it is,
so this will fix that.
Closes: https://github.com/neovim/neovim/issues/18597
This commit is contained in:
@@ -17,6 +17,8 @@ find_path(LUAJIT_INCLUDE_DIR luajit.h
|
||||
|
||||
if(MSVC)
|
||||
list(APPEND LUAJIT_NAMES lua51)
|
||||
elseif(MINGW)
|
||||
list(APPEND LUAJIT_NAMES libluajit libluajit-5.1)
|
||||
else()
|
||||
list(APPEND LUAJIT_NAMES luajit-5.1)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user