Skip to content

Commit

Permalink
Revert "Use relative path for the deps include (#7)"
Browse files Browse the repository at this point in the history
This reverts commit 1beafe9.
  • Loading branch information
musm committed Jun 5, 2017
1 parent 1beafe9 commit b8a1889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FFTW.jl
Expand Up @@ -2,7 +2,7 @@ __precompile__()

module FFTW

const depsfile = joinpath("..", "deps", "deps.jl")
const depsfile = joinpath(dirname(@__DIR__), "deps", "deps.jl")
if isfile(depsfile)
include(depsfile)
else
Expand Down

0 comments on commit b8a1889

Please sign in to comment.