Skip to content

Commit

Permalink
Windows: Switch to master branches of fast_* deps
Browse files Browse the repository at this point in the history
The changes required to build using MSVC are now merged.
  • Loading branch information
weiss committed Jul 19, 2022
1 parent aa8027b commit 53d9a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/make-installer
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 53d9a34

Please sign in to comment.