aboutsummaryrefslogtreecommitdiffstats
path: root/dist/msys2-mingw/llvm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'dist/msys2-mingw/llvm/PKGBUILD')
-rw-r--r--dist/msys2-mingw/llvm/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/msys2-mingw/llvm/PKGBUILD b/dist/msys2-mingw/llvm/PKGBUILD
index a947aa1e3..3fa78522d 100644
--- a/dist/msys2-mingw/llvm/PKGBUILD
+++ b/dist/msys2-mingw/llvm/PKGBUILD
@@ -19,6 +19,7 @@ build() {
cd "${srcdir}/builddir"
../../../../../configure --prefix=${MINGW_PREFIX} --with-llvm-config="llvm-config --link-static" LDFLAGS="-static" --enable-libghdl --enable-synth
make GNATMAKE="gnatmake -j$(nproc)"
+ exit
}
package() {