rxi / lite

A lightweight text editor written in Lua
MIT License
7.42k stars 352 forks source link

What about Mac m1 build? #269

Closed Valexr closed 3 years ago

Valexr commented 3 years ago

Cannot build on Mac m1 - have issue:

`src/renderer.h:4:10: fatal error: 'SDL2/SDL.h' file not found

include <SDL2/SDL.h>`

I have installed sdl2 by brew install sdl2