mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Introduce nvim namespace: Fix build process.
- Leave src as include dir (for includes to recognize 'nvim/' prefix). - Change subdirectory from src to src/nvim. - Fix msgpack generation. - Fix some other paths to new locations.
This commit is contained in:
@@ -95,11 +95,11 @@ output:write([[
|
||||
#include <stdint.h>
|
||||
#include <msgpack.h>
|
||||
|
||||
#include "os/msgpack_rpc.h"
|
||||
#include "nvim/os/msgpack_rpc.h"
|
||||
]])
|
||||
|
||||
for i = 1, #headers do
|
||||
output:write('\n#include "'..headers[i]..'"')
|
||||
output:write('\n#include "nvim/'..headers[i]..'"')
|
||||
end
|
||||
|
||||
output:write([[
|
||||
|
||||
Reference in New Issue
Block a user