A crash fix, as well as fixes for the latest matrix_client #26

Merged
kallisti5 merged 6 commits from fixes into master 2023-12-29 20:28:16 -06:00
Showing only changes of commit d4b934093d - Show all commits

View File

@ -65,7 +65,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be bnetapi localestub interface matrix_client network $(STDCPPLIBS)
LIBS = be bnetapi localestub interface matrix_client spdlog network $(STDCPPLIBS)
# Specify additional paths to directories following the standard libXXX.so
@ -116,7 +116,7 @@ SYMBOLS :=
DEBUGGER :=
# Specify any additional compiler flags to be used.
COMPILER_FLAGS = -std=c++17
COMPILER_FLAGS = -std=c++20 `pkg-config --cflags spdlog`
# Specify any additional linker flags to be used.
LINKER_FLAGS =