gplugin/builders

Parents be72d9b6e397
Children 767f33cebd00
we can't use dist as a build directory, meson gets confused about it
--- a/dist/build.sh Thu Sep 02 23:14:37 2021 -0500
+++ b/dist/build.sh Mon Sep 27 08:52:41 2021 -0500
@@ -17,7 +17,7 @@
cd ${CONVEY_WORKSPACE}
-BUILD_DIR="${TARGET:-_build}"
+BUILD_DIR="_dist"
meson "${BUILD_DIR}"
meson dist -C "${BUILD_DIR}"