mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Add --with-filesystem to boost build (for voxelization toolkit)
This commit is contained in:
@@ -737,6 +737,7 @@ if "boost" in targets:
|
|||||||
"--with-thread",
|
"--with-thread",
|
||||||
"--with-date_time",
|
"--with-date_time",
|
||||||
"--with-iostreams",
|
"--with-iostreams",
|
||||||
|
"--with-filesystem",
|
||||||
f"link={LINK_TYPE}",
|
f"link={LINK_TYPE}",
|
||||||
*toolset,
|
*toolset,
|
||||||
*map(str_concat("cxxflags"), CXXFLAGS.strip().split(' ')),
|
*map(str_concat("cxxflags"), CXXFLAGS.strip().split(' ')),
|
||||||
|
|||||||
Reference in New Issue
Block a user