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
There seems to be some issue with relative include paths on linux. I got
external/bazelregistry_sdl2/src/video/SDL_surface.c:29:10: fatal error: ../render/SDL_sysrender.h: No such file or directory
#include "../render/SDL_sysrender.h"
when using dependency deps = ["@bazelregistry_sdl2//:SDL2_lib"]
The text was updated successfully, but these errors were encountered:
There seems to be some issue with relative include paths on linux. I got
when using dependency
deps = ["@bazelregistry_sdl2//:SDL2_lib"]
The text was updated successfully, but these errors were encountered: