revery-ui / revery

:zap: Native, high-performance, cross-platform desktop apps - built with Reason!
https://www.outrunlabs.com/revery/
MIT License
8.06k stars 196 forks source link

use static libSDL2.a on skia #990

Closed EduardoRFS closed 3 years ago

EduardoRFS commented 4 years ago

Currently reason-sdl2 uses the static version while skia uses -lSDL2 this makes the binary link to SDL2 both dynamically and statically. This is a bug on iOS

EduardoRFS commented 3 years ago

@bryphe @glennsl I fixed this, if one of you can review it <3

bryphe commented 3 years ago

Looks good to me! Thanks @EduardoRFS