Skip to content

Commit

Permalink
Remove fix, now that Jiffy has seen a new release. Fixes #62
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Jul 14, 2020
1 parent 6d205b9 commit 5b2e90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions implementations/Erlang_ejsonpath/build.ninja
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ root = implementations/Erlang_ejsonpath
builddir = $root/build

rule compile
# Work around for https://github.com/cburgmer/json-path-comparison/issues/62
command = (cd $root && PATH="/usr/local/opt/erlang@22/bin:$$PATH" rebar3 compile)
command = (cd $root && rebar3 compile)

build $builddir/default/lib/jsonpath/ebin/jsonpath.beam: compile | $root/src/jsonpath.erl

Expand Down
2 changes: 1 addition & 1 deletion src/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ brew "php"
brew "gnu-sed"
brew "grep"
brew "gawk"
brew "erlang@22"
brew "erlang"
brew "elixir"
brew "rebar3"
brew "cabal-install"
Expand Down

0 comments on commit 5b2e90e

Please sign in to comment.