fixes and tweaks
This commit is contained in:
parent
78069a8032
commit
1f0e086b7a
2
external/mio/single_include/mio/mio.hpp
vendored
2
external/mio/single_include/mio/mio.hpp
vendored
@ -794,7 +794,7 @@ inline DWORD int64_low(int64_t n) noexcept
|
||||
return n & 0xffffffff;
|
||||
}
|
||||
|
||||
std::wstring s_2_ws(const std::string& s)
|
||||
inline std::wstring s_2_ws(const std::string& s)
|
||||
{
|
||||
if (s.empty())
|
||||
return{};
|
||||
|
2
external/tox_ngc_ext/tox_ngc_ext
vendored
2
external/tox_ngc_ext/tox_ngc_ext
vendored
@ -1 +1 @@
|
||||
Subproject commit c9479153892ff3aee0e65d33cc61aff8df6aa7bc
|
||||
Subproject commit fc13d93d42d6e4e0a4a5b7be3ff18672e68e4600
|
2
external/tox_ngc_ft1/tox_ngc_ft1
vendored
2
external/tox_ngc_ft1/tox_ngc_ft1
vendored
@ -1 +1 @@
|
||||
Subproject commit bbe4453833ad561c79a7cae1a5ac5e66d06535f7
|
||||
Subproject commit a4497390508cab73ac62a8d36aac3d018f10df49
|
3
external/toxcore/toxcore.cmake
vendored
3
external/toxcore/toxcore.cmake
vendored
@ -127,7 +127,8 @@ target_include_directories(toxcore PRIVATE "${TOX_DIR}toxcore")
|
||||
target_include_directories(toxcore PUBLIC "${TOX_DIR}")
|
||||
|
||||
target_compile_definitions(toxcore PUBLIC USE_IPV6=1)
|
||||
target_compile_definitions(toxcore PUBLIC MIN_LOGGER_LEVEL=LOGGER_LEVEL_DEBUG)
|
||||
#target_compile_definitions(toxcore PUBLIC MIN_LOGGER_LEVEL=LOGGER_LEVEL_DEBUG)
|
||||
target_compile_definitions(toxcore PUBLIC MIN_LOGGER_LEVEL=LOGGER_LEVEL_INFO)
|
||||
|
||||
find_package(unofficial-sodium CONFIG QUIET)
|
||||
find_package(sodium QUIET)
|
||||
|
Loading…
Reference in New Issue
Block a user