Skip to content

Commit

Permalink
Don't use escript as frontend to rebar
Browse files Browse the repository at this point in the history
/home/badlop/.asdf/installs/erlang/27.0-rc1/bin/escript rebar3 get-deps && :> deps/.got
=ERROR REPORT==== 15-Feb-2024::00:11:57.570668 ===
beam/beam_load.c(607): Error loading function rebar3:main/1: op allocate_zero u u:
  no specific operation found
  • Loading branch information
badlop committed Feb 14, 2024
1 parent 366027a commit b60516d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

ESCRIPT = @ESCRIPT@
REBAR = @ESCRIPT@ @rebar@
REBAR = @rebar@
MIX = @rebar@
AWK = @AWK@
INSTALL = @INSTALL@
Expand Down

0 comments on commit b60516d

Please sign in to comment.