Skip to content

Commit

Permalink
fix scope change
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Sep 25, 2018
1 parent e9430a4 commit 400beca
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 @@ -31,7 +31,7 @@ flags = ["MPI_C_COMPILER",
for flag in flags
try
val = ENV["JULIA_$flag"]
configure = `$configure -D$flag=$val`
global configure = `$configure -D$flag=$val`
catch
nothing
end
Expand Down

0 comments on commit 400beca

Please sign in to comment.