diff options
Diffstat (limited to 'dist/flatpak/boost-configure')
-rwxr-xr-x | dist/flatpak/boost-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/flatpak/boost-configure b/dist/flatpak/boost-configure new file mode 100755 index 00000000..caf3c6f9 --- /dev/null +++ b/dist/flatpak/boost-configure | |||
@@ -0,0 +1,11 @@ | |||
1 | |||
2 | ./bootstrap.sh "$@" | ||
3 | |||
4 | |||
5 | cat <<EOF >Makefile | ||
6 | all: | ||
7 | ./b2 -j `nproc` | ||
8 | |||
9 | install: | ||
10 | ./b2 install | ||
11 | EOF \ No newline at end of file | ||