cycfi / elements

Elements C++ GUI library
http://cycfi.github.io/elements/
3.09k stars 238 forks source link

Build proper debug and release prebuilt Skia libraries #378

Closed djowel closed 7 months ago

djowel commented 7 months ago

If you’re linking statically, you can’t do a debug build (or at least a default one that uses the debug runtime library) as you’re forced to use the release runtime library via the pre-built skia libs.

djowel commented 7 months ago

Fixed now in https://github.com/cycfi/artist/commit/9f570120c4057155dec1b41d163ddc6c68a866b0