aboutsummaryrefslogtreecommitdiffstats
path: root/dist/msys2-mingw/mcode/PKGBUILD
diff options
context:
space:
mode:
authorumarcor <38422348+umarcor@users.noreply.github.com>2020-05-20 06:45:00 +0200
committerGitHub <noreply@github.com>2020-05-20 06:45:00 +0200
commit0e39a575da602ee833996c6ac30adc7c9069622e (patch)
treedb57c920a4a9b6e52958d1ebb981006ceede5684 /dist/msys2-mingw/mcode/PKGBUILD
parent42cbe9183ac8f2138ef827180baae4beaee2d3f1 (diff)
downloadghdl-0e39a575da602ee833996c6ac30adc7c9069622e.tar.gz
ghdl-0e39a575da602ee833996c6ac30adc7c9069622e.tar.bz2
ghdl-0e39a575da602ee833996c6ac30adc7c9069622e.zip
rework 'version.tmp' (#1320)
* msys2: work around makepkg hanging at the end of build() * ci: update actions/checkout to v2 * make: allow setting default description through GHDL_DESC * ci: ensure clean git describe on MSYS2
Diffstat (limited to 'dist/msys2-mingw/mcode/PKGBUILD')
-rw-r--r--dist/msys2-mingw/mcode/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/msys2-mingw/mcode/PKGBUILD b/dist/msys2-mingw/mcode/PKGBUILD
index 591fa6693..79c0c399f 100644
--- a/dist/msys2-mingw/mcode/PKGBUILD
+++ b/dist/msys2-mingw/mcode/PKGBUILD
@@ -19,6 +19,7 @@ build() {
cd "${srcdir}/builddir"
../../../../../configure --prefix=${MINGW_PREFIX} LDFLAGS=-static --enable-libghdl --enable-synth
make GNATMAKE="gnatmake -j$(nproc)"
+ exit
}
package() {