Skip to content

Commit

Permalink
Build boost with the program_options library enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanssens committed Jun 18, 2020
1 parent daac5f9 commit 0723e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/boost.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"build-commands": [
"./bootstrap.sh --prefix=/app --with-libraries=locale,filesystem,system,date_time,regex",
"./bootstrap.sh --prefix=/app --with-libraries=locale,filesystem,system,date_time,regex,program_options",
"./b2 headers",
"./b2 -j$FLATPAK_BUILDER_N_JOBS install variant=release cxxstd=17 --layout=system"
]
Expand Down

0 comments on commit 0723e5a

Please sign in to comment.