c++23. link with boost_json

This commit is contained in:
orignal
2026-08-11 10:30:54 -04:00
parent 61db2d8add
commit 96dbbe4e9e
+2 -2
View File
@@ -3,10 +3,10 @@ CXX = g++-x86
else
CXX = g++
endif
CXXFLAGS := -Wall -std=c++20
CXXFLAGS := -Wall -std=c++23
INCFLAGS = -I/system/develop/headers
DEFINES = -D_DEFAULT_SOURCE -D_GNU_SOURCE
LDLIBS = -lbe -lbsd -lnetwork -lz -lssl -lcrypto -lboost_program_options -lpthread
LDLIBS = -lbe -lbsd -lnetwork -lz -lssl -lcrypto -lboost_program_options -lboost_json -lpthread
ifeq ($(USE_UPNP),yes)
DEFINES += -DUSE_UPNP