Skip to content

Commit

Permalink
Add boost.coroutine to flatpak manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Dec 12, 2020
1 parent fb5fcd1 commit e90f5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/flatpak/org.wesnoth.Wesnoth.json
Expand Up @@ -39,7 +39,7 @@
}
],
"build-commands": [
"./bootstrap.sh --prefix=/app --with-libraries=filesystem,locale,iostreams,program_options,regex,random,thread",
"./bootstrap.sh --prefix=/app --with-libraries=filesystem,locale,iostreams,program_options,regex,random,thread,coroutine,context",
"./b2 -j$FLATPAK_BUILDER_N_JOBS install cxxflags='-fPIE -fstack-protector-strong' define=_FORTIFY_SOURCE=2 link=static variant=release address-model=64 --layout=system"
]
},
Expand Down

0 comments on commit e90f5d8

Please sign in to comment.