Skip to content

Commit

Permalink
Use custom fork of websocketpp library.
Browse files Browse the repository at this point in the history
  • Loading branch information
cadaver committed Apr 8, 2014
1 parent ea09c4b commit 1fc66ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions tools/Linux/build-deps.bash
Expand Up @@ -400,9 +400,8 @@ if test -f $tags/$what-done; then
else
rm -rf $what
echo Fetching $what, this may take a while...
git clone https://github.com/zaphoyd/websocketpp.git $what
git clone https://github.com/realXtend/websocketpp.git $what
cd $what
git checkout 0.3.0-alpha3
mkdir -p $prefix/include/$what
rsync -r $what/* $prefix/include/$what
touch $tags/$what-done
Expand Down
3 changes: 1 addition & 2 deletions tools/OSX/BuildDeps.bash
Expand Up @@ -917,9 +917,8 @@ else
cd $build
rm -rf $what
echoInfo "Fetching $what, this may take a while... "
git clone https://github.com/zaphoyd/websocketpp.git $what
git clone https://github.com/realXtend/websocketpp.git $what
cd $what
git checkout 0.3.0-alpha3
mkdir -p $prefix/include/$what
rsync -r $what/* $prefix/include/$what
touch $tags/$what-done
Expand Down
7 changes: 2 additions & 5 deletions tools/Windows/BuildDeps.cmd
Expand Up @@ -1231,12 +1231,9 @@ IF NOT EXIST "%DEPS%\zziplib\lib\zziplib%POSTFIX_D%.lib". (

:: websocketpp
IF NOT EXIST "%DEPS%\websocketpp\". (
cecho {0D}Cloning websocketpp library from https://https://github.com/zaphoyd/websocketpp.git into "%DEPS%\websocketpp".{# #}{\n}
cd "%DEPS%"
git clone https://github.com/zaphoyd/websocketpp.git websocketpp
cd "%DEPS%\websocketpp"
git checkout 0.3.0-alpha3
cecho {0D}Cloning websocketpp library from https://https://github.com/realXtend/websocketpp.git into "%DEPS%\websocketpp".{# #}{\n}
cd "%DEPS%"
git clone https://github.com/realXtend/websocketpp.git websocketpp
)

echo.
Expand Down

0 comments on commit 1fc66ab

Please sign in to comment.