Skip to content

Commit

Permalink
compat with v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanni Brea committed Jul 19, 2018
1 parent 674df97 commit dd53eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Compat: @info, @error, LibGit2, Sys.iswindows
import Compat: @info, @error, Sys.iswindows
libale_detected = false
if haskey(ENV, "LIBALE_HOME")
@info("LIBALE_HOME environment detected: $(ENV["LIBALE_HOME"])")
Expand All @@ -13,7 +13,7 @@ if haskey(ENV, "LIBALE_HOME")
end
end

import LibGit2: clone
import Compat.LibGit2: clone
function getroms(romdir)
@info("Downloading roms to $romdir")
tmpdir = mktempdir()
Expand Down

0 comments on commit dd53eb6

Please sign in to comment.