Closed davehorner closed 8 months ago
What's your environment? I built this project on Linux with gcc, mingw and on Windows with MSVC and I never had any linking errors anywhere...
Ok, I reproduced it with MSVC. Raylib 5.0 introduced their own compatibility layer for dirent. So the problem appeared after the Raylib update. This looks like a reasonable solution for now. Thanks!
raylib.lib(rcore.obj) link errors resolved via static definition in nob.h.