From 53d9a34f73b3be644cdee31037e5bdd3bd1aa26e Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 20 Jul 2022 00:25:59 +0200 Subject: [PATCH] Windows: Switch to master branches of fast_* deps The changes required to build using MSVC are now merged. --- windows/make-installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/make-installer b/windows/make-installer index e62c71013..cfa37552a 100755 --- a/windows/make-installer +++ b/windows/make-installer @@ -62,8 +62,8 @@ rm -rf '_build' echo "$myself: Switching to Windows branches of $rel_name dependencies ..." grep -q 'fast_yaml' 'rebar.config' || sed -i '/{conf,/a\ - {fast_tls, {git, "https://github.com/weiss/fast_tls.git", {branch, "windows"}}},\ - {fast_yaml, {git, "https://github.com/weiss/fast_yaml.git", {branch, "windows"}}},' \ + {fast_tls, {git, "https://github.com/processone/fast_tls.git", {branch, "master"}}},\ + {fast_yaml, {git, "https://github.com/processone/fast_yaml.git", {branch, "master"}}},' \ 'rebar.config' rebar3 upgrade 'fast_tls','fast_yaml'