Skip to content

Commit

Permalink
added aliases to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanBieler committed Jul 31, 2018
1 parent b4bc74a commit 856cea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ using Compat

@BinDeps.setup

libSDL2 = library_dependency("libSDL2", aliases = ["sdl2", "libsdl2-2.0", "libSDL","SDL2"])
libSDL2 = library_dependency("libSDL2", aliases = ["sdl2", "libsdl2-2.0", "libsdl2-2.0-0", "libsdl2-2.0-0:amd64", "libSDL","SDL2"])
if !is_windows()
# HACK: These definitions must come later for windows.
libSDL2_ttf = library_dependency("libSDL2_ttf", aliases = ["SDL_ttf","SDL2_ttf"])
libSDL2_mixer = library_dependency("libSDL2_mixer", aliases = ["SDL_mixer","SDL2_mixer"])
libSDL2_ttf = library_dependency("libSDL2_ttf", aliases = ["SDL_ttf","SDL2_ttf", "libsdl2-ttf-2.0-0", "libsdl2-ttf-2.0-0:amd64"])
libSDL2_mixer = library_dependency("libSDL2_mixer", aliases = ["SDL_mixer","SDL2_mixer", "libsdl2-mixer-2.0-0", "libsdl2-mixer-2.0-0:amd64"])
end

if is_apple()
Expand Down

0 comments on commit 856cea5

Please sign in to comment.