diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-10-02 08:26:58 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-10-02 08:27:00 +0200 |
commit | f34c15338bc07357f1a1665e2c6e8fc1eaca7eed (patch) | |
tree | 4ac7aaab7515cce8edd665bc4036fc13309415fb /src | |
parent | a5f80a99e0dad51c45e8511347f27d816ae92e20 (diff) | |
download | dabmux-f34c15338bc07357f1a1665e2c6e8fc1eaca7eed.tar.gz dabmux-f34c15338bc07357f1a1665e2c6e8fc1eaca7eed.tar.bz2 dabmux-f34c15338bc07357f1a1665e2c6e8fc1eaca7eed.zip |
Increase min boost version to v1.71 and remove boost_system
Upcoming boost version will remove boost_system
Diffstat (limited to 'src')
-rwxr-xr-x | src/test_statsserver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_statsserver.sh b/src/test_statsserver.sh index b240cf9..b475945 100755 --- a/src/test_statsserver.sh +++ b/src/test_statsserver.sh @@ -1 +1 @@ -clang++ -Wall --include=../config.h StatsServer.cpp TestStatsServer.cpp Log.cpp -lboost_system -lboost_thread -o test && ./test +clang++ -Wall --include=../config.h StatsServer.cpp TestStatsServer.cpp Log.cpp -lboost_thread -o test && ./test |