diff options
| -rwxr-xr-x | msys2-configure.sh | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/msys2-configure.sh b/msys2-configure.sh index 7b7724e..8cbff30 100755 --- a/msys2-configure.sh +++ b/msys2-configure.sh @@ -130,6 +130,8 @@ setup() {  		--bindir . --libdir . --cross-file="$toolchain" "$builddir" "$sourcedir"  } +# Note: you may need GNU coreutils realpath for non-existent build directories +# (macOS and busybox will probably not work).  sourcedir=$(realpath "${2:-$(dirname "$0")}")  builddir=$(realpath "${1:-builddir}")  toolchain=$builddir/msys2-cross-toolchain.meson  | 
