You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest toolchain has both libpng14 and libpng16. During compilation/linking version 14 is used by default instead of 16.
I guess it's because 14 comes before 16 alphabetically.
Maybe not an issue but still worth looking at.
The latest toolchain has both libpng14 and libpng16. During compilation/linking version 14 is used by default instead of 16.
I guess it's because 14 comes before 16 alphabetically.
My Go build now looks like this:
See how I'm specifying libpng16 because otherwise 14 is used. SDL2 uses 16 I guess.
The text was updated successfully, but these errors were encountered: