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 14, 2016
1 parent 17ba1b1 commit 5022817
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 @@ -101,6 +101,7 @@ else
cd("files") do
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 5022817

Please sign in to comment.