nicbarker / clay

High performance UI layout library in C.
https://nicbarker.com/clay
zlib License
1.24k stars 29 forks source link

Pre-built binaries missing for Linux in the Odin bindings #11

Closed Valnir17 closed 2 months ago

Valnir17 commented 2 months ago

Trying to build an example outputs:

cannot find -l "[pathtoclay]/clay/bindings/odin/clay-odin//linux/libclay.a"

nicbarker commented 2 months ago

Thanks for the heads up, somehow managed to forget to build the linux lib. Would you be able to test it out for me if I push the file? I don't have access to a linux box at the moment 🙂

nicbarker commented 2 months ago

I've pushed the linux lib, please let me know if it works for you!

Valnir17 commented 2 months ago

It did, thanks!

nicbarker commented 2 months ago

Awesome, good to hear!