Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Actually properly prefix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Aug 7, 2016
1 parent 0914f04 commit a0cb795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Expand Up @@ -30,7 +30,7 @@ osf = library_dependency("openspecfun",
ChangeDirectory(joinpath(srcdir(osf), "openspecfun-$vers"))
FileRule(joinpath(libdir(osf), "libopenspecfun." * BinDeps.shlib_ext), @build_steps begin
CreateDirectory(libdir(osf))
`make install prefix=$(BinDeps.depsdir(osf))`
`make install prefix=$(BinDeps.usrdir(osf))`
end)
end
end), osf)
Expand Down

0 comments on commit a0cb795

Please sign in to comment.