I have compiled Skia successfully as written inhttps://github.com/aseprite/aseprite/blob/master/INSTALL.md#skia-on-mac-os-xand then downloaded Aseprite from master branch. I put it in my $HOME directory, so $HOM
Aseprite's CMakeLists.txt contains code that was intended to enforce the use of libc++ on macOS; see d13806a where it was added. But it only takes effect when the compiler ID is "AppleClang", and that will only be the case if you are using Apple's Clang and you set CMP0025 to ...
After this new skia update, ive been having a hard time compiling aseprite on linux. Even on the official install.md. I used m96 for the latest version of aseprite but that wouldnt even compile right. idk if its really my clang. It shoul...