Skip to content

Commit

Permalink
Merge pull request #25 from Daagr/patch-1
Browse files Browse the repository at this point in the history
Fix linux build
  • Loading branch information
vchuravy authored Jan 29, 2018
2 parents af9c397 + e50dfe8 commit 17eaf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if is_linux()
provides(
Binaries, uri,
libCLFFT, unpacked_dir = basedir,
installed_libpath = joinpath(basedir, "bin"), os = :Linux
installed_libpath = joinpath(basedir, "lib64"), os = :Linux
)
end
end
Expand Down

0 comments on commit 17eaf1e

Please sign in to comment.