Skip to content

Commit 5c1cfb1

Browse files
committed
Add flag to boost compilation
1 parent 9dc74bc commit 5c1cfb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

compile_all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ def build_boost(self, _=None):
473473
"address-model=64",
474474
f"architecture={arch}",
475475
"link=static,shared",
476+
"cxxstd=20",
476477
str(self.mode).lower(),
477478
f"--prefix={install_dir}",
478479
"--layout=versioned",

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"FreeCAD-version":"1.1.0",
3-
"LibPack-version":"3.1.1.2",
3+
"LibPack-version":"3.1.1.3",
44
"content": [
55
{
66
"name":"python",

0 commit comments

Comments
 (0)