File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ wget https://openssl.org/source/openssl-1.0.2g.tar.gz
1111
1212[ ! -f libuv.tar.gz ] && {
1313git clone https://github.com/libuv/libuv.git
14+ cd libuv && git checkout -b v1.9.1 v1.9.1 && cd ..
1415tar caf libuv.tar.gz libuv
1516}
1617
@@ -21,5 +22,6 @@ tar caf gyp.tar.gz gyp
2122
2223[ ! -f libwebsockets.tar.gz ] && {
2324git clone https://github.com/warmcat/libwebsockets.git
25+ cd libwebsockets && git checkout -b v2.3.0 v2.3.0 && cd ..
2426tar caf libwebsockets.tar.gz libwebsockets
25- }
27+ }
Original file line number Diff line number Diff line change @@ -13,5 +13,4 @@ mkdir -p libuv/build
1313mkdir -p libuv/out
1414tar xf gyp.tar.gz -C libuv/build
1515tar xf libwebsockets.tar.gz
16- cd libwebsockets && git checkout -b v2.3.0 v2.3.0
1716
You can’t perform that action at this time.
0 commit comments