yglukhov / nimx

GUI library
MIT License
1.1k stars 75 forks source link

allow using sdl2 from homebrew if present #335

Closed timotheecour closed 6 years ago

timotheecour commented 6 years ago

it's much simpler to install packages via homebrew on OSX nowdays; this allows using a homebrew installed version of sdl2,

note

it's not hardcoding brew location to /usr/local/ (not always installed there); it just checks for brew in PATH

timotheecour commented 6 years ago

PTAL, although I couldn't test because of a number of unrelated (new) regression (EDIT: it's https://github.com/yglukhov/nimx/issues/336)

SIGSEGV: Illegal storage access. (Attempt to read from nil?)

yglukhov commented 6 years ago

Thank you!