realgamessoftware / dear-imgui-unity

Unity package for Dear ImGui
MIT License
465 stars 115 forks source link

Fix linux libraries #3

Closed 143mailliw closed 4 years ago

143mailliw commented 4 years ago

The Linux libraries have corrupted ELF headers. I've recompiled them, and that seems to have fixed it.

goncalo commented 4 years ago

Thanks!

ZagButNoZig commented 1 year ago

@143mailliw

It felt weird to me, to use any random .so file flying around on the internet. So I was wondering if you remember which commits you build these binaries on, as wanted to rebuild the same binary.

If I would recompile them at the same commit, do you remember what gcc version you used, so I can get the same binary as you?

Thanks :)