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
Following discussion on #299, we should update the build.rs to use pkg-config to find libtcod and skip compiling it if it's already present on the system.
Here is how rust-sdl2 uses pkg-config to find the SDL2 library.
The text was updated successfully, but these errors were encountered:
Following discussion on #299, we should update the
build.rs
to usepkg-config
to findlibtcod
and skip compiling it if it's already present on the system.Here is how
rust-sdl2
usespkg-config
to find theSDL2
library.The text was updated successfully, but these errors were encountered: