diff --git a/project/bundles/flatpak/boost-configure b/project/bundles/flatpak/boost-configure new file mode 100755 index 0000000000..caf3c6f9a3 --- /dev/null +++ b/project/bundles/flatpak/boost-configure @@ -0,0 +1,11 @@ + +./bootstrap.sh "$@" + + +cat <Makefile +all: + ./b2 -j `nproc` + +install: + ./b2 install +EOF \ No newline at end of file