You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying the SDL backend on wayland and while I had built the static SDL library, raylib isn't linking to it, but is looking for the .so version.
I had tried in the makefile to change the include and lib paths to where I had it on my system, but that didn't work. Is there a way to link to a static version of SDL?
The text was updated successfully, but these errors were encountered:
raysan5
changed the title
Linking to Static SDL3
[build] Linking to Static SDL3
Feb 15, 2025
I was trying the SDL backend on wayland and while I had built the static SDL library, raylib isn't linking to it, but is looking for the .so version.
I had tried in the makefile to change the include and lib paths to where I had it on my system, but that didn't work. Is there a way to link to a static version of SDL?
The text was updated successfully, but these errors were encountered: