diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-26 15:31:28 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-26 15:34:10 +0200 |
commit | ec713b633e0add828cdf410c10eee7b48717ba55 (patch) | |
tree | df5e6775228818cc60d3a90ccf4bf92e100cf63b /msys2-configure.sh | |
parent | 88234f8283de71e34a9bca427ed5fbc94839e6a4 (diff) | |
download | fiv-ec713b633e0add828cdf410c10eee7b48717ba55.tar.gz fiv-ec713b633e0add828cdf410c10eee7b48717ba55.tar.xz fiv-ec713b633e0add828cdf410c10eee7b48717ba55.zip |
Package the MSI from within a custom target
Diffstat (limited to 'msys2-configure.sh')
-rwxr-xr-x | msys2-configure.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/msys2-configure.sh b/msys2-configure.sh index 9554e4f..c8c8eea 100755 --- a/msys2-configure.sh +++ b/msys2-configure.sh @@ -120,13 +120,12 @@ setup() { endian = 'little' EOF - meson setup --buildtype=debugoptimized --prefix="$packagedir" \ + meson setup --buildtype=debugoptimized --prefix=/ \ --bindir . --libdir . --cross-file="$toolchain" "$builddir" "$sourcedir" } sourcedir=$(realpath "${2:-$(dirname "$0")}") builddir=$(realpath "${1:-builddir}") -packagedir=$builddir/package toolchain=$builddir/msys2-cross-toolchain.meson # This directory name matches the prefix in .pc files, so we don't need to |