Update generate_td_tools.sh
This commit is contained in:
parent
af53634d4a
commit
aa99d4a39d
@ -48,7 +48,7 @@ cp -r implementations/${IMPLEMENTATION_NAME} ./generated/implementation
|
|||||||
echo "Patching implementation files..."
|
echo "Patching implementation files..."
|
||||||
#Fix bug: https://github.com/tdlib/td/issues/1238
|
#Fix bug: https://github.com/tdlib/td/issues/1238
|
||||||
if [[ "$IMPLEMENTATION_NAME" = "tdlib" ]]; then
|
if [[ "$IMPLEMENTATION_NAME" = "tdlib" ]]; then
|
||||||
sed -i -f "src/main/replacements/fix-tdlib-tdutils-windows-cmake.sed" ./generated/implementation/tdutils/CMakeLists.txt
|
sed -f "src/main/replacements/fix-tdlib-tdutils-windows-cmake.sed" -i ./generated/implementation/tdutils/CMakeLists.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Configure cmake
|
# Configure cmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user