Build kitty against bundled glfw

This commit is contained in:
Kovid Goyal
2017-11-20 10:41:19 +05:30
parent 9307486254
commit dfd8a69cf2
11 changed files with 2273 additions and 56 deletions

View File

@@ -11,7 +11,7 @@
#include "screen.h"
#include <string.h>
#include <stddef.h>
#include <GLFW/glfw3.h>
#include "glfw-wrapper.h"
static char glbuf[4096];