mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
build(deps): bump luajit to HEAD - 2240d8446
This commit is contained in:
parent
2168d772b8
commit
3d1e6c56f0
@ -1,8 +1,8 @@
|
||||
LIBUV_URL https://github.com/libuv/libuv/archive/v1.49.0.tar.gz
|
||||
LIBUV_SHA256 a10656a0865e2cff7a1b523fa47d0f5a9c65be963157301f814d1cc5dbd4dc1d
|
||||
|
||||
LUAJIT_URL https://github.com/LuaJIT/LuaJIT/archive/f5fd22203eadf57ccbaa4a298010d23974b22fc0.tar.gz
|
||||
LUAJIT_SHA256 8be67f0e7ad10201f634633731846e56a16392eae85b9c49c9274f17e85451b5
|
||||
LUAJIT_URL https://github.com/LuaJIT/LuaJIT/archive/2240d84464cc3dcb22fd976f1db162b36b5b52d5.tar.gz
|
||||
LUAJIT_SHA256 e0f47741fdc37f30298b33abe64bad7653e12a7438ee9f2186058a1cc0cfdae4
|
||||
|
||||
LUA_URL https://www.lua.org/ftp/lua-5.1.5.tar.gz
|
||||
LUA_SHA256 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333
|
||||
|
@ -160,8 +160,6 @@ elseif(CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
# ENABLE_EXPORTS is set to true. See
|
||||
# https://github.com/neovim/neovim/issues/25295
|
||||
target_link_options(nvim_bin PRIVATE "-Wl,-export_dynamic")
|
||||
# Apple Clang 16's new deduplication pass leads to lock-up on start
|
||||
target_link_options(nvim_bin PRIVATE "-Wl,-no_deduplicate")
|
||||
elseif(CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
target_link_libraries(main_lib INTERFACE pthread c++abi)
|
||||
elseif(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
|
||||
|
Loading…
Reference in New Issue
Block a user