neroist / uing

A fork of ui that wraps libui-ng instead of libui
https://uing.nim.town
MIT License
158 stars 5 forks source link

fix linux mingw-w64 cross compile link error #13

Closed capocasa closed 2 months ago

capocasa commented 2 months ago

Cross-compiling with mingw-w64 on Linux, DLL names are lowercase and case-sensitive. This should not affect native windows compiles but you may want to give it a brief test. Thanks for uing!!!

neroist commented 2 months ago

Works fine on Windows! Thank you for this <3

capocasa commented 2 months ago

You're welcome!! Thanks for making uing.