mirror of
https://github.com/kovidgoyal/kitty.git
synced 2025-12-13 20:36:22 +01:00
Move ringbuf into 3rdparty
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "lineops.h"
|
||||
#include "charsets.h"
|
||||
#include <structmember.h>
|
||||
#include "ringbuf.h"
|
||||
#include "../3rdparty/ringbuf/ringbuf.h"
|
||||
|
||||
extern PyTypeObject Line_Type;
|
||||
#define SEGMENT_SIZE 2048
|
||||
|
||||
2
setup.py
2
setup.py
@@ -803,6 +803,8 @@ def find_c_files() -> Tuple[List[str], List[str]]:
|
||||
headers.append(os.path.join('kitty', x))
|
||||
ans.append('kitty/vt-parser-dump.c')
|
||||
|
||||
# ringbuf
|
||||
ans.append('3rdparty/ringbuf/ringbuf.c')
|
||||
# base64
|
||||
ans.extend(glob.glob('3rdparty/base64/lib/arch/*/codec.c'))
|
||||
ans.append('3rdparty/base64/lib/tables/tables.c')
|
||||
|
||||
Reference in New Issue
Block a user