mirror of https://github.com/procxx/kepka.git
Use 0.5.0 version of range-v3.
This commit is contained in:
parent
1331e7089e
commit
3355e6da0c
|
@ -28,10 +28,7 @@ GOTO:EOF
|
||||||
git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR%
|
git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR%
|
||||||
cd %LIB_DIR%
|
cd %LIB_DIR%
|
||||||
|
|
||||||
git clone https://github.com/ericniebler/range-v3
|
git clone --depth 1 --branch 0.5.0 https://github.com/ericniebler/range-v3
|
||||||
cd range-v3
|
|
||||||
git checkout 0.5.0
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
if exist prepare.bat (
|
if exist prepare.bat (
|
||||||
call prepare.bat
|
call prepare.bat
|
||||||
|
|
|
@ -28,7 +28,7 @@ GYP_CACHE_VERSION="3"
|
||||||
GYP_PATCH="$UPSTREAM/Telegram/Patches/gyp.diff"
|
GYP_PATCH="$UPSTREAM/Telegram/Patches/gyp.diff"
|
||||||
|
|
||||||
RANGE_PATH="$BUILD/range-v3"
|
RANGE_PATH="$BUILD/range-v3"
|
||||||
RANGE_CACHE_VERSION="3"
|
RANGE_CACHE_VERSION="4"
|
||||||
|
|
||||||
VA_PATH="$BUILD/libva"
|
VA_PATH="$BUILD/libva"
|
||||||
VA_CACHE_VERSION="3"
|
VA_CACHE_VERSION="3"
|
||||||
|
@ -216,7 +216,7 @@ buildRange() {
|
||||||
rm -rf *
|
rm -rf *
|
||||||
|
|
||||||
cd "$EXTERNAL"
|
cd "$EXTERNAL"
|
||||||
git clone --depth=1 https://github.com/ericniebler/range-v3
|
git clone --depth 1 --branch 0.5.0 https://github.com/ericniebler/range-v3
|
||||||
|
|
||||||
cd "$EXTERNAL/range-v3"
|
cd "$EXTERNAL/range-v3"
|
||||||
cp -r * "$RANGE_PATH/"
|
cp -r * "$RANGE_PATH/"
|
||||||
|
|
|
@ -392,6 +392,7 @@ parts:
|
||||||
range-v3:
|
range-v3:
|
||||||
source: https://github.com/ericniebler/range-v3.git
|
source: https://github.com/ericniebler/range-v3.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
|
source-tag: 0.5.0
|
||||||
plugin: nil
|
plugin: nil
|
||||||
override-build: |
|
override-build: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Reference in New Issue