M0n7y5/raylib-beef

undefined reference to `rCloseWindow'

joseph-montanez opened this issue · 1 comments

Both on Windows and Linux has this is undefined using the pre-built Raylib releases:
https://github.com/raysan5/raylib/releases

If change it back to CloseWindow, it works fine.

[LinkName("rCloseWindow") /* linker fix */]

I think this is because you tried to compile this on your own and Raylib has issues with the Windows API when being included.

Yeah this is definitely fix for Win API linking. I provided working binaries in release, but only for windows. I am interested in Linux development tho. But i want to use WSL for it, so i need to figure it out few things first. Anyways ... i am gonna push small fix for this ASAP.