Skip to content

Commit

Permalink
Merge pull request #2340 from songxiaocheng/bug_fixes/rpclib
Browse files Browse the repository at this point in the history
Fix Unreal crash by changing rpclib to a fork version
  • Loading branch information
madratman authored Jul 24, 2020
2 parents 0a69793 + bff7017 commit ba3ead3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ IF NOT EXIST external\rpclib\rpclib-2.2.1 (
ECHO Downloading rpclib
ECHO *****************************************************************************************
@echo on
powershell -command "& { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr https://github.com/rpclib/rpclib/archive/v2.2.1.zip -OutFile external\rpclib.zip }"
powershell -command "& { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr https://github.com/madratman/rpclib/archive/v2.2.1.zip -OutFile external\rpclib.zip }"
@echo off

REM //remove any previous versions
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if [ ! -d "external/rpclib/rpclib-2.2.1" ]; then
echo "Downloading rpclib..."
echo "*********************************************************************************************"

wget https://github.com/rpclib/rpclib/archive/v2.2.1.zip
wget https://github.com/madratman/rpclib/archive/v2.2.1.zip

# remove previous versions
rm -rf "external/rpclib"
Expand Down

0 comments on commit ba3ead3

Please sign in to comment.