Skip to content

Commit

Permalink
Update build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Mar 7, 2019
1 parent 21858b0 commit f5a673f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@ if !Sys.iswindows()
cd(wdir)
catch
if ispath(joinpath("$wdir", "flint2"))
open(`patch -R --forward -d flint2 -r -`, "r", open("../deps-PIE-ftbfs.patch"))
# open(`patch -R --forward -d flint2 -r -`, "r", open("../deps-PIE-ftbfs.patch"))
cd(joinpath("$wdir", "flint2"))
run(`git fetch`)
run(`git checkout $FLINT_VERSION`)
cd(wdir)
end
end
open(`patch --forward -d flint2 -r -`, "r", open("../deps-PIE-ftbfs.patch"))
# open(`patch --forward -d flint2 -r -`, "r", open("../deps-PIE-ftbfs.patch"))
println("DONE")
end

Expand Down

0 comments on commit f5a673f

Please sign in to comment.