From 32266b83ed1f6a2fb83e71333df3523778082870 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 1 Jan 2023 18:36:44 +0300 Subject: [PATCH] libtorrent-rasterbar --- network/p2p/libtorrent-rasterbar/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/network/p2p/libtorrent-rasterbar/actions.py b/network/p2p/libtorrent-rasterbar/actions.py index b301cbd66b..1f810cb774 100644 --- a/network/p2p/libtorrent-rasterbar/actions.py +++ b/network/p2p/libtorrent-rasterbar/actions.py @@ -15,6 +15,7 @@ def setup(): shelltools.cd("build") cmaketools.configure("-GNinja .. \ -DCMAKE_SKIP_RPATH=TRUE \ + -DCMAKE_CXX_STANDARD=17 \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -Dbuild_examples=ON \