-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any skia library file compiled by msvc 2017 debug? #6
Comments
msvc 2017 |
Hi @libaineu2004, check if you can download the debug artifacts from the latest CI action: https://github.com/aseprite/skia/actions/runs/53619013 These libraries are compiled with clang for msvc, could you check if you can use them in msvc 2017? Thanks! |
Thank you. My project is using the native msvc compiler, the computer does not have the clang compiler installed, so I cannot use the library files you provided. Is there a binary library file generated by native msvc compilation? |
Actually we are linking these libraries with a project using MSVC, Clang produces (or should produce) compatible libraries with MSVC (we are compiling with clang but using the MSVC static runtime -MT and -MTd). |
|
https://github.com/aseprite/skia/releases
I can download the release version of skia library from the website, but I can't find the debug. Is there any?
I hope to provide debug and release libraries for x86 and x64 respectively.
Thank you!
The text was updated successfully, but these errors were encountered: