A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/abdf3a8128b78fb98ee944bc5d3086c680d779ed below:

check that LuaJIT has required modules for compilation (#… · neovim/neovim@abdf3a8 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+4

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+4

-1

lines changed Original file line number Diff line number Diff line change

@@ -553,7 +553,10 @@ if(NOT WIN32)

553 553

endif()

554 554

endforeach()

555 555

elseif(LUA_PRG MATCHES "luajit")

556 -

set(LUAC_PRG "${LUA_PRG} -b -s %s -" CACHE STRING "Format for compiling to Lua bytecode")

556 +

check_lua_module(${LUA_PRG} "jit.bcsave" LUAJIT_HAS_JIT_BCSAVE)

557 +

if(LUAJIT_HAS_JIT_BCSAVE)

558 +

set(LUAC_PRG "${LUA_PRG} -b -s %s -" CACHE STRING "Format for compiling to Lua bytecode")

559 +

endif()

557 560

endif()

558 561

endif()

559 562

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4