mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Beta version 2.6.2: Fix build.
This commit is contained in:
parent
ab2c99acf3
commit
9a73c99935
2 changed files with 2 additions and 2 deletions
|
@ -549,7 +549,7 @@ void writeDebug(const char *file, int32 line, const QString &v) {
|
|||
file = found + 1;
|
||||
}
|
||||
|
||||
QString msg(QString("%1 %2 (%3 : %4)\n").arg(_logsEntryStart(), v, file, line));
|
||||
QString msg(QString("%1 %2 (%3 : %4)\n").arg(_logsEntryStart(), v, file, QString::number(line)));
|
||||
_logsWrite(LogDataDebug, msg);
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
|
|
@ -415,7 +415,7 @@ parts:
|
|||
webrtc:
|
||||
source: https://github.com/desktop-app/tg_owt.git
|
||||
source-depth: 1
|
||||
source-commit: be23804afce3bb2e80a1d57a7c1318c71b82b7de
|
||||
source-commit: 7f965710b93c4dadd7e6f1ac739e708694df7929
|
||||
plugin: cmake
|
||||
build-packages:
|
||||
- yasm
|
||||
|
|
Loading…
Add table
Reference in a new issue