Start work on migrating tracker to native code

This commit is contained in:
Kovid Goyal
2016-11-11 21:56:39 +05:30
parent 286a9f77bc
commit a8616f8598
4 changed files with 267 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ def main():
compile_c_extension(
'kitty/fast_data_types', 'kitty/line.c', 'kitty/data-types.c',
'kitty/line-buf.c', 'kitty/cursor.c', 'kitty/colors.c',
'kitty/sprites.c')
'kitty/sprites.c', 'kitty/tracker.c')
elif args.action == 'test':
os.execlp(sys.executable, sys.executable, os.path.join(base, 'test.py'))