mirror of https://github.com/procxx/kepka.git
Updated range-v3 to 0.10.0.
This commit is contained in:
parent
12250676f9
commit
19fd3a15e1
|
@ -28,7 +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 --depth 1 --branch 0.9.1 https://github.com/ericniebler/range-v3
|
git clone --depth 1 --branch 0.10.0 https://github.com/ericniebler/range-v3
|
||||||
|
|
||||||
if exist prepare.bat (
|
if exist prepare.bat (
|
||||||
call prepare.bat
|
call prepare.bat
|
||||||
|
|
|
@ -224,7 +224,7 @@ buildRange() {
|
||||||
rm -rf *
|
rm -rf *
|
||||||
|
|
||||||
cd "$EXTERNAL"
|
cd "$EXTERNAL"
|
||||||
git clone --depth 1 --branch 0.9.1 https://github.com/ericniebler/range-v3
|
git clone --depth 1 --branch 0.10.0 https://github.com/ericniebler/range-v3
|
||||||
|
|
||||||
cd "$EXTERNAL/range-v3"
|
cd "$EXTERNAL/range-v3"
|
||||||
cp -r * "$RANGE_PATH/"
|
cp -r * "$RANGE_PATH/"
|
||||||
|
|
|
@ -56,7 +56,7 @@ Go to ***BuildPath*** and run
|
||||||
cd patches
|
cd patches
|
||||||
git checkout 395b620
|
git checkout 395b620
|
||||||
cd ../
|
cd ../
|
||||||
git clone --branch 0.9.1 https://github.com/ericniebler/range-v3
|
git clone --branch 0.10.0 https://github.com/ericniebler/range-v3
|
||||||
|
|
||||||
git clone https://github.com/madler/zlib.git
|
git clone https://github.com/madler/zlib.git
|
||||||
cd zlib
|
cd zlib
|
||||||
|
|
|
@ -67,7 +67,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
cd patches
|
cd patches
|
||||||
git checkout 395b620
|
git checkout 395b620
|
||||||
cd ..
|
cd ..
|
||||||
git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 range-v3
|
git clone --branch 0.10.0 https://github.com/ericniebler/range-v3 range-v3
|
||||||
|
|
||||||
git clone https://github.com/desktop-app/lzma.git
|
git clone https://github.com/desktop-app/lzma.git
|
||||||
cd lzma\C\Util\LzmaLib
|
cd lzma\C\Util\LzmaLib
|
||||||
|
|
|
@ -54,7 +54,7 @@ Go to ***BuildPath*** and run
|
||||||
cd patches
|
cd patches
|
||||||
git checkout 395b620
|
git checkout 395b620
|
||||||
cd ../
|
cd ../
|
||||||
git clone --branch 0.9.1 https://github.com/ericniebler/range-v3
|
git clone --branch 0.10.0 https://github.com/ericniebler/range-v3
|
||||||
|
|
||||||
cd xz-5.0.5
|
cd xz-5.0.5
|
||||||
CFLAGS="-mmacosx-version-min=10.10" LDFLAGS="-mmacosx-version-min=10.10" ./configure
|
CFLAGS="-mmacosx-version-min=10.10" LDFLAGS="-mmacosx-version-min=10.10" ./configure
|
||||||
|
|
|
@ -52,7 +52,7 @@ Go to ***BuildPath*** and run
|
||||||
cd patches
|
cd patches
|
||||||
git checkout 395b620
|
git checkout 395b620
|
||||||
cd ../
|
cd ../
|
||||||
git clone --branch 0.9.1 https://github.com/ericniebler/range-v3
|
git clone --branch 0.10.0 https://github.com/ericniebler/range-v3
|
||||||
|
|
||||||
cd xz-5.0.5
|
cd xz-5.0.5
|
||||||
CFLAGS="-mmacosx-version-min=10.12" LDFLAGS="-mmacosx-version-min=10.12" ./configure --prefix=/usr/local/macos
|
CFLAGS="-mmacosx-version-min=10.12" LDFLAGS="-mmacosx-version-min=10.12" ./configure --prefix=/usr/local/macos
|
||||||
|
|
|
@ -392,7 +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.9.1
|
source-tag: 0.10.0
|
||||||
plugin: nil
|
plugin: nil
|
||||||
override-build: |
|
override-build: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Reference in New Issue