mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Install the bundled spdlog
This commit is contained in:
parent
bcd92c0604
commit
b06203a34b
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ set -ex
|
||||||
|
|
||||||
if [ $TRAVIS_OS_NAME == osx ]; then
|
if [ $TRAVIS_OS_NAME == osx ]; then
|
||||||
brew update
|
brew update
|
||||||
brew install qt5 lmdb clang-format ninja libsodium spdlog
|
brew install qt5 lmdb clang-format ninja libsodium
|
||||||
brew upgrade boost cmake
|
brew upgrade boost cmake
|
||||||
|
|
||||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
|
|
|
@ -232,7 +232,7 @@ UserProfile::init(const QString &userId, const QString &roomId)
|
||||||
|
|
||||||
http::client()->query_keys(
|
http::client()->query_keys(
|
||||||
req,
|
req,
|
||||||
[user_id = userId.toStdString(), proxy = std::move(proxy), this](
|
[user_id = userId.toStdString(), proxy = std::move(proxy)](
|
||||||
const mtx::responses::QueryKeys &res, mtx::http::RequestErr err) {
|
const mtx::responses::QueryKeys &res, mtx::http::RequestErr err) {
|
||||||
if (err) {
|
if (err) {
|
||||||
nhlog::net()->warn("failed to query device keys: {} {}",
|
nhlog::net()->warn("failed to query device keys: {} {}",
|
||||||
|
|
Loading…
Reference in a new issue