mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 03:11:46 +00:00
Fix building on old Apple systems
This commit is contained in:
parent
ba3af8f2c3
commit
cef2bac116
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
// Required minimum OpenGL version
|
||||
#define OPENGL_REQUIRED_VERSION_MAJOR 3
|
||||
#ifdef __APPLE__
|
||||
#include <xlocale.h>
|
||||
#define OPENGL_REQUIRED_VERSION_MINOR 3
|
||||
#else
|
||||
#define OPENGL_REQUIRED_VERSION_MINOR 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue