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
So far, when trying to build, I get a message that sdl-config can't be detected. It is true that in my environment I have only sdl2-config, but I noticed that SDL2 is in fact what is desired. I tried creating an alias in bash for sdl-config, and not surprisingly, that didn't work. I also created a symbolic link and added the directory with the link to my PATH, and verified that it appeared to work when running it manually. However, the felix build did not pick it up.
I think this is only important for running tests, so not a critical issue, but I would like to know of possible ways to correct the issue.
The text was updated successfully, but these errors were encountered:
So far, when trying to build, I get a message that sdl-config can't be detected. It is true that in my environment I have only
sdl2-config
, but I noticed that SDL2 is in fact what is desired. I tried creating an alias in bash for sdl-config, and not surprisingly, that didn't work. I also created a symbolic link and added the directory with the link to my PATH, and verified that it appeared to work when running it manually. However, the felix build did not pick it up.I think this is only important for running tests, so not a critical issue, but I would like to know of possible ways to correct the issue.
The text was updated successfully, but these errors were encountered: