From 1d6cbc4b765c535c862951ed693215d8fe6bd4b4 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 22 Nov 2024 09:31:23 +0100 Subject: [PATCH] Add --with-filesystem to boost build (for voxelization toolkit) --- nix/build-all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/build-all.py b/nix/build-all.py index 92c610204f..58720e737b 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -737,6 +737,7 @@ if "boost" in targets: "--with-thread", "--with-date_time", "--with-iostreams", + "--with-filesystem", f"link={LINK_TYPE}", *toolset, *map(str_concat("cxxflags"), CXXFLAGS.strip().split(' ')),