Unverified Commit bd61dc6e authored by Yt's avatar Yt Committed by GitHub
Browse files

buildRebar3: fix OTP 28 compatibility (#443648)

parents 92278b1b f75d34b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ let

        buildPhase = ''
          runHook preBuild
          HOME=. rebar3 bare compile -path ""
          HOME=. rebar3 bare compile --paths "."
          runHook postBuild
        '';