Skip to content

Commit dc3d4ad

Browse files
ilya-fedinjohn-preston
authored andcommitted
Remove --target tde2e
It's not needed since b5f2470
1 parent 76e597f commit dc3d4ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Telegram/build/prepare/prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@ def runStages():
18591859
-DTD_ENABLE_MULTI_PROCESSOR_COMPILATION=ON ^
18601860
-DTD_E2E_ONLY=ON ^
18611861
../..
1862-
cmake --build . --config Debug --target tde2e
1862+
cmake --build . --config Debug
18631863
release:
18641864
cd ..
18651865
mkdir Release
@@ -1881,7 +1881,7 @@ def runStages():
18811881
-DTD_ENABLE_MULTI_PROCESSOR_COMPILATION=ON ^
18821882
-DTD_E2E_ONLY=ON ^
18831883
../..
1884-
cmake --build . --config Release --target tde2e
1884+
cmake --build . --config Release
18851885
mac:
18861886
buildTd() {
18871887
BUILD_CONFIG=$1
@@ -1898,7 +1898,7 @@ def runStages():
18981898
-DZLIB_LIBRARIES=$USED_PREFIX/lib/libz.a \
18991899
-DTD_E2E_ONLY=ON \
19001900
../..
1901-
cmake --build . --config $BUILD_CONFIG --target tde2e
1901+
cmake --build .
19021902
cd ../..
19031903
}
19041904

0 commit comments

Comments
 (0)