Skip to content

Commit

Permalink
Add include path for gsl
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Dec 7, 2016
1 parent b24c4f5 commit ac18f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ else
@static if is_linux()
lnxurl = "https://raw.githubusercontent.com/abelsiqueira/linux-cutest/master/install.sh"
run(`wget $lnxurl -O install.sh`)
ENV["C_INCLUDE_PATH"] = joinpath(here, "usr", "include")
run(`bash install.sh`)

open(cutestenv, "w") do cenv
Expand Down

0 comments on commit ac18f7a

Please sign in to comment.