summaryrefslogtreecommitdiffstats
path: root/dist/flatpak/boost-configure
diff options
context:
space:
mode:
Diffstat (limited to 'dist/flatpak/boost-configure')
-rwxr-xr-xdist/flatpak/boost-configure11
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
5cat <<EOF >Makefile
6all:
7 ./b2 -j `nproc`
8
9install:
10 ./b2 install
11EOF \ No newline at end of file