mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 13:28:19 +00:00
refactor(build): use vendored versions of mpack and luabitop
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
if arg[1] == '--help' then
|
||||
print('Usage: genoptions.lua src/nvim options_file')
|
||||
os.exit(0)
|
||||
end
|
||||
|
||||
local nvimsrcdir = arg[1]
|
||||
local options_file = arg[2]
|
||||
|
||||
package.path = nvimsrcdir .. '/?.lua;' .. package.path
|
||||
local options_file = arg[1]
|
||||
|
||||
local opt_fd = io.open(options_file, 'w')
|
||||
|
||||
|
Reference in New Issue
Block a user