refactor(build): use vendored versions of mpack and luabitop

This commit is contained in:
bfredl
2023-04-15 12:23:45 +02:00
parent cff02e993d
commit 1e60e8c040
15 changed files with 102 additions and 129 deletions

View File

@@ -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')