From 88f3756c11b2daa60ac4b2906c8a6a0174aef9c7 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Sun, 2 Nov 2025 17:30:02 -0300 Subject: [PATCH] Update YAWS_BRANCH to master in Makefile to fix dependency Changed YAWS_BRANCH to use master for compatibility. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad538a0..8e316f6 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,9 @@ LFE_REPO = git@github.com:lfe/lfe.git LFE_BRANCH? = develop #YAWS_REPO = git@github.com:erlsci/yaws.git YAWS_REPO = git@github.com:erlyaws/yaws.git -YAWS_BRANCH = rebar3-support +# Using the master branch because the latest version +# has an old dependenciy of port_compiler which doesn't compile. +YAWS_BRANCH = master default: all