Skip to content

Commit

Permalink
Disable lua because luerl includes code that can't compile with otp 27
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 14, 2024
1 parent a554a5f commit 251ba49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ build_rel()
--with-sqlite3="$prefix" \
--enable-user="$rel_name" \
--enable-all \
--disable-lua \
--disable-erlang-version-check
make deps
sed -i 's/ *-lstdc++//g' 'deps/'*'/rebar.config'* # Link statically.
Expand Down

0 comments on commit 251ba49

Please sign in to comment.