Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
Co-Authored-By: Blaisorblade <p.giarrusso@gmail.com>
  • Loading branch information
SMillerDev and Blaisorblade committed May 2, 2019
1 parent c40e083 commit 6e74ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/camlp4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def install
(testpath/"foo.ml.out").read.strip

(testpath/"try_camlp4.ml").write "open Camlp4"
system "ocamlc", "-c", "-I", "/usr/local/lib/ocaml/camlp4", "-o", testpath/"try_camlp4.cmo", testpath/"try_camlp4.ml"
system "ocamlc", "-c", "-I", "#{HOMEBREW_PREFIX}/lib/ocaml/camlp4", "-o", testpath/"try_camlp4.cmo", testpath/"try_camlp4.ml"
end
end

0 comments on commit 6e74ca8

Please sign in to comment.