Closed derekschrock closed 2 years ago
It builds fine on macOS, kitty is built on macOS CI for every commit. What version of macOS are you building on?
10.15.7 (19H2026)
I thought something seemed odd... I thought I built kitty recently on my macOS 12 machine. Guess it has been a while since I've rebuilt kitty here.
Describe the bug No MSG_NOSIGNAL on macOS
To Reproduce Steps to reproduce the behavior:
Screenshots
Solutions
#ifndef
toprewarm-launcher.c
or#define MSG_NOSIGNAL 0
to the#ifdef __APPLE__
block#ifndef
to a.h
that's shared between the twosetup.py