mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 12:34:44 +02:00
Move compile_commands.json to build directory
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include <xlocale.h>
|
||||
|
||||
static PyObject*
|
||||
user_cache_dir() {
|
||||
user_cache_dir(void) {
|
||||
static char buf[1024];
|
||||
if (!confstr(_CS_DARWIN_USER_CACHE_DIR, buf, sizeof(buf) - 1)) return PyErr_SetFromErrno(PyExc_OSError);
|
||||
return PyUnicode_FromString(buf);
|
||||
|
||||
Reference in New Issue
Block a user